Skip to content

Commit fc55ce8

Browse files
authored
Update README to remove autoloader instructions
Removed information about composer-wordpress-autoloader from README.
1 parent 74dd4dc commit fc55ce8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ uses(\Mantle\Testkit\TestCase::class)->in(__DIR__);
7878
\Mantle\Testing\install();
7979
```
8080

81-
Mantle also uses
82-
[composer-wordpress-autoloader](https://github.com/alleyinteractive/composer-wordpress-autoloader)
83-
so you will need to load `vendor/wordpress-autoload.php` instead of just
84-
`vendor/autoload.php`.
85-
8681
Finally, you can run Pest directly from the command line:
8782

8883
```bash

0 commit comments

Comments
 (0)