Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMadness committed Jul 2, 2016
1 parent 75d50de commit eb47191
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/_support/_generated/AcceptanceTesterActions.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php //[STAMP] d3b8827b392bb03d167eaed9adaea2e9
<?php //[STAMP] 8dddb3e4ef421c84eaf4c8830b95f925
namespace _generated;

// This class was automatically generated by build task
Expand Down
2 changes: 1 addition & 1 deletion tests/_support/_generated/FunctionalTesterActions.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php //[STAMP] 44e8362167f1d8f14e449c16cce3e146
<?php //[STAMP] 15518895458a79cc7c15075d62b21a28
namespace _generated;

// This class was automatically generated by build task
Expand Down
2 changes: 1 addition & 1 deletion tests/_support/_generated/UnitTesterActions.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php //[STAMP] 3a1bb78a9fef750f933b5f28c85ecd59
<?php //[STAMP] 54ae10a3fff46e6abb51ac5f9bda812c
namespace _generated;

// This class was automatically generated by build task
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/MySQLQueryBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function testBuilder()
->union($subQuery);

$expected = '(SELECT ID AS testId FROM "test_table" '
.'LEFT JOIN join_table ON test_table.ID=join_table.ID_PARENT '
.'LEFT JOIN "join_table" ON test_table.ID=join_table.ID_PARENT '
.'WHERE TEST_FIELD = 1 AND ID=:ID AND ((ID1=:ID1) AND (TEST_FIELD = 2)) '
.'GROUP BY ID, NAME LIMIT 2, 1 HAVING NAME=:NAME) UNION (SELECT * FROM "union_table")';

Expand Down

0 comments on commit eb47191

Please sign in to comment.