summaryrefslogtreecommitdiffstats
path: root/tests/Builder/TransactionStatementTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Builder/TransactionStatementTest.php')
-rw-r--r--tests/Builder/TransactionStatementTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Builder/TransactionStatementTest.php b/tests/Builder/TransactionStatementTest.php
index b431643..5b093b2 100644
--- a/tests/Builder/TransactionStatementTest.php
+++ b/tests/Builder/TransactionStatementTest.php
@@ -9,7 +9,7 @@ use SqlParser\Tests\TestCase;
class TransactionStatementTest extends TestCase
{
- public function testBuilderView()
+ public function testBuilder()
{
$query = 'START TRANSACTION;' .
'SELECT @A:=SUM(salary) FROM table1 WHERE type=1;' .