diff --git a/composer.json b/composer.json index 71b8168b6..5c1cba50b 100644 --- a/composer.json +++ b/composer.json @@ -101,7 +101,7 @@ "vendor/bin/phpcs --standard=PSR1 app" ], "pest": [ - "php -d memory_limit=512M vendor/bin/pest" + "php -d memory_limit=512M vendor/bin/pest --bail" ], "lint": [ "vendor/bin/pint --preset psr12" diff --git a/tests/Feature/ActivityLogTest.php b/tests/Feature/ActivityLogTest.php index a2a29b8c4..5e0e44c0d 100644 --- a/tests/Feature/ActivityLogTest.php +++ b/tests/Feature/ActivityLogTest.php @@ -41,6 +41,11 @@ public function setUp(): void ]; } + public function test_that_false_is_true(): void + { + $this->assertTrue(false); + } + /** * List all ActivityLogs *