-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Run vendor/bin/phpunit
PHPUnit 10.0.9 by Sebastian Bergmann and contributors.
Runtime: PHP 8.1.2-1ubuntu2.14
Configuration: /home/runner/work/Test-Laravel-Routes/Test-Laravel-Routes/phpunit.xml
......F. 8 / 8 (100%)
Time: 00:00.525, Memory: 40.50 MB
There was 1 failure:
- Tests\Feature\RoutesTest::test_task_api_crud_is_working
Expected response status code [200] but received 404.
Failed asserting that 200 is identical to 404.
/home/runner/work/Test-Laravel-Routes/Test-Laravel-Routes/vendor/laravel/framework/src/Illuminate/Testing/TestResponse.php:123
/home/runner/work/Test-Laravel-Routes/Test-Laravel-Routes/vendor/laravel/framework/src/Illuminate/Testing/Concerns/AssertsStatusCodes.php:16
/home/runner/work/Test-Laravel-Routes/Test-Laravel-Routes/tests/Feature/RoutesTest.php:83
/home/runner/work/Test-Laravel-Routes/Test-Laravel-Routes/vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestCase.php:173
FAILURES!
Tests: 8, Assertions: 29, Failures: 1.
Error: Process completed with exit code 1.