From 53f13dd332f4c70ca688bdcf0b8dd850ad80114d Mon Sep 17 00:00:00 2001 From: prolic Date: Sat, 30 Jun 2018 01:35:58 +0800 Subject: [PATCH] rename test method --- test/QueryErrorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');