Skip to content

Commit

Permalink
Import dependencies to make unit tests friendlier to running independ…
Browse files Browse the repository at this point in the history
…ently

The HHVM test runner runs the unit tests in parallel. Currently some tests
fail because not all the dependencies are properly included.

Signed-off-by: Jeff Chan <jefftchan@gmail.com>
  • Loading branch information
jeffchan committed Mar 14, 2014
1 parent ad931a1 commit c9948e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/libraries/PMA_Tracker_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/
require_once 'libraries/Tracker.class.php';
require_once 'libraries/DatabaseInterface.class.php';
require_once 'libraries/database_interface.inc.php';
require_once 'libraries/Util.class.php';
require_once 'libraries/php-gettext/gettext.inc';
require_once 'libraries/relation.lib.php';
Expand Down

0 comments on commit c9948e9

Please sign in to comment.