Skip to content

Commit

Permalink
Environment: load Dumper & Assert class in setup()
Browse files Browse the repository at this point in the history
  • Loading branch information
milo authored and dg committed Dec 11, 2013
1 parent 29e5e20 commit 07112fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tester/Framework/Environment.php
Expand Up @@ -37,6 +37,9 @@ public static function setup()
|| getenv('ConEmuANSI') === 'ON' || getenv('ANSICON') !== FALSE));

class_exists('Tester\Runner\Job');
class_exists('Tester\Dumper');
class_exists('Tester\Assert');

error_reporting(E_ALL | E_STRICT);
ini_set('display_errors', TRUE);
ini_set('html_errors', FALSE);
Expand Down

0 comments on commit 07112fe

Please sign in to comment.