Skip to content

Commit 42cad0b

Browse files
authored
Added word test
Seems to make more sense with this word added.
1 parent 6887763 commit 42cad0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The `storage/app/public` directory may be used to store user-generated files, su
9393
<a name="the-tests-directory"></a>
9494
#### The Tests Directory
9595

96-
The `tests` directory contains your automated tests. An example [PHPUnit](https://phpunit.de/) is provided out of the box. Each test class should be suffixed with the word `Test`. You may run your tests using the `phpunit` or `php vendor/bin/phpunit` commands.
96+
The `tests` directory contains your automated tests. An example [PHPUnit](https://phpunit.de/) test is provided out of the box. Each test class should be suffixed with the word `Test`. You may run your tests using the `phpunit` or `php vendor/bin/phpunit` commands.
9797

9898
<a name="the-vendor-directory"></a>
9999
#### The Vendor Directory

0 commit comments

Comments
 (0)