update tests

This commit is contained in:
Taylor Otwell 2020-12-28 17:06:01 -06:00
parent 7a2f389f58
commit 919ea4ceb2
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ class ExampleTest extends TestCase
*
* @return void
*/
public function testBasicTest()
public function test_the_application_returns_a_successful_response()
{
$response = $this->get('/');

View File

@ -11,7 +11,7 @@ class ExampleTest extends TestCase
*
* @return void
*/
public function testBasicTest()
public function test_that_true_is_true()
{
$this->assertTrue(true);
}