diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index 27e065f..bf8d700 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -9,4 +9,11 @@ class ExampleTest extends TestCase { + /** + * A basic test example. + */ + public function testThatTrueIsTrue(): void + { + $this->assertTrue(true); + } }