mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Rename test methods (#5574)
This commit is contained in:
parent
6bc0b1cfcb
commit
5808129a1f
@ -12,7 +12,7 @@ class ExampleTest extends TestCase
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testBasicTest()
|
||||
public function test_example()
|
||||
{
|
||||
$response = $this->get('/');
|
||||
|
||||
|
@ -11,7 +11,7 @@ class ExampleTest extends TestCase
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testBasicTest()
|
||||
public function test_example()
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user