Skip to content

Commit 2a046e8

Browse files
committed
Add call to test in test file
Signed-off-by: Deven Bansod <[email protected]>
1 parent 527861f commit 2a046e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Parser/SelectStatementTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public function testSelectProvider()
5353
array('parser/parseSelectJoinNaturalRight'),
5454
array('parser/parseSelectJoinNaturalLeftOuter'),
5555
array('parser/parseSelectJoinNaturalRightOuter'),
56+
array('parser/parseSelectJoinMultiple'),
5657
);
5758
}
5859
}

0 commit comments

Comments
 (0)