Skip to content

Commit

Permalink
require Expressions by default
Browse files Browse the repository at this point in the history
otherwise, when running tests on their own they would miss the Expressions class
  • Loading branch information
koenpunt committed Jul 20, 2014
1 parent 3427a31 commit da72f40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
require __DIR__.'/lib/ConnectionManager.php';
require __DIR__.'/lib/Connection.php';
require __DIR__.'/lib/Serialization.php';
require __DIR__.'/lib/Expressions.php';
require __DIR__.'/lib/SQLBuilder.php';
require __DIR__.'/lib/Reflections.php';
require __DIR__.'/lib/Inflector.php';
Expand Down
1 change: 0 additions & 1 deletion test/ExpressionsTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
require_once __DIR__ . '/../lib/Expressions.php';

use ActiveRecord\Expressions;
use ActiveRecord\ConnectionManager;
Expand Down

0 comments on commit da72f40

Please sign in to comment.