diff --git a/lib/Tests.php b/lib/Tests.php index fbe88c88..29b879fd 100644 --- a/lib/Tests.php +++ b/lib/Tests.php @@ -38,7 +38,8 @@ abstract class BridgeTest extends PHPUnit_Framework_TestCase { PHPUnit_Framework_Error_Notice::$enabled = FALSE; ini_set('default_socket_timeout', 30); - + + BridgeTest::$argNumber = 0; } public function setUp() { diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 465b8869..1e443053 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -4,7 +4,7 @@ colors="true" bootstrap="../lib/Tests.php" - processIsolation="true" + processIsolation="false" timeoutForSmallTests="1" timeoutForMediumTests="1" timeoutForLargeTests="6" >