diff --git a/test/QueryErrorTest.php b/test/QueryErrorTest.php index ea6e04b..dfd4fde 100644 --- a/test/QueryErrorTest.php +++ b/test/QueryErrorTest.php @@ -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');