rename test method

This commit is contained in:
prolic 2018-06-30 01:35:58 +08:00
parent a0a90d4ba6
commit 53f13dd332
No known key found for this signature in database
GPG Key ID: 29722F9F48E9DE59
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class QueryErrorTest extends TestCase
/**
* @test
*/
public function it_passed_query_along()
public function testItPassesQueryAlong()
{
$error = new QueryError('error', 'SELECT * FROM foo');