Rename test methods (#5574)
This commit is contained in:
@@ -12,7 +12,7 @@ class ExampleTest extends TestCase
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testBasicTest()
|
||||
public function test_example()
|
||||
{
|
||||
$response = $this->get('/');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user