We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2f389 commit 919ea4cCopy full SHA for 919ea4c
tests/Feature/ExampleTest.php
@@ -12,7 +12,7 @@ class ExampleTest extends TestCase
12
*
13
* @return void
14
*/
15
- public function testBasicTest()
+ public function test_the_application_returns_a_successful_response()
16
{
17
$response = $this->get('/');
18
tests/Unit/ExampleTest.php
@@ -11,7 +11,7 @@ class ExampleTest extends TestCase
11
+ public function test_that_true_is_true()
$this->assertTrue(true);
}
0 commit comments