diff options
author | knut <> | 2007-06-19 05:52:54 +0000 |
---|---|---|
committer | knut <> | 2007-06-19 05:52:54 +0000 |
commit | eb147ad0c3da382d991ae542720a36910f988d60 (patch) | |
tree | 7427496663795ead9f1517d0af8fbc8f22aa32ad /tests | |
parent | 840d142703025927bd2fc5ffd70fcf62b0dccb76 (diff) |
fixed #655
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/Web/TAssetManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Web/TAssetManagerTest.php b/tests/unit/Web/TAssetManagerTest.php index fde11ac4..f5485822 100644 --- a/tests/unit/Web/TAssetManagerTest.php +++ b/tests/unit/Web/TAssetManagerTest.php @@ -168,7 +168,7 @@ class TAssetManagerTest extends PHPUnit_Framework_TestCase { // First, try with bad md5 try { $manager->publishTarFile($tarFile, 'badMd5File'); - self::fail('Expected Expected TInvalidDataValueException not thrown'); + self::fail('Expected TInvalidDataValueException not thrown'); } catch (TInvalidDataValueException $e) {} // Then, try with real md5 file |