Skip to content

Commit 919ea4c

Browse files
committed
update tests
1 parent 7a2f389 commit 919ea4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Feature/ExampleTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ExampleTest extends TestCase
1212
*
1313
* @return void
1414
*/
15-
public function testBasicTest()
15+
public function test_the_application_returns_a_successful_response()
1616
{
1717
$response = $this->get('/');
1818

tests/Unit/ExampleTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ExampleTest extends TestCase
1111
*
1212
* @return void
1313
*/
14-
public function testBasicTest()
14+
public function test_that_true_is_true()
1515
{
1616
$this->assertTrue(true);
1717
}

0 commit comments

Comments
 (0)