diff options
Diffstat (limited to 'tests/unit/Web/UI/WebControls/AllTests.php')
-rw-r--r-- | tests/unit/Web/UI/WebControls/AllTests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Web/UI/WebControls/AllTests.php b/tests/unit/Web/UI/WebControls/AllTests.php index f9b188c2..7d0b1632 100644 --- a/tests/unit/Web/UI/WebControls/AllTests.php +++ b/tests/unit/Web/UI/WebControls/AllTests.php @@ -1,5 +1,5 @@ <?php -require_once dirname(__FILE__).'/../../../phpunit.php'; + if(!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', 'Web_UI_WebControls_AllTests::main'); |