Closed Krevo closed 8 years ago
In the README.md, the following line :
use Pest;
should be removed as it causes this warning :
PHP Warning: The use statement with non-compound name 'Pest' has no effect
Fixed in 1.0.2. Thanks to @qligier
In the README.md, the following line :
use Pest;
should be removed as it causes this warning :
PHP Warning: The use statement with non-compound name 'Pest' has no effect