diff options
Diffstat (limited to 'tests/UnitTests')
-rw-r--r-- | tests/UnitTests/framework/utPradoBase.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/UnitTests/framework/utPradoBase.php b/tests/UnitTests/framework/utPradoBase.php index f7861c57..b907aa44 100644 --- a/tests/UnitTests/framework/utPradoBase.php +++ b/tests/UnitTests/framework/utPradoBase.php @@ -87,7 +87,6 @@ class utPradoBase extends UnitTestCase $this->assertTrue(Prado::getPathOfNamespace('TestSystem.*')===realpath($testSystem));
$this->assertTrue(Prado::getPathOfNamespace('TestSystem.protected.*')===realpath($testSystem).'/protected');
- $this->assertTrue(Prado::getPathOfNamespace('TestSystem')===null);
// test repeatedly using the same namespaces
Prado::using('System.*');
|