summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorknut <>2007-06-19 05:52:54 +0000
committerknut <>2007-06-19 05:52:54 +0000
commiteb147ad0c3da382d991ae542720a36910f988d60 (patch)
tree7427496663795ead9f1517d0af8fbc8f22aa32ad /tests/unit
parent840d142703025927bd2fc5ffd70fcf62b0dccb76 (diff)
fixed #655
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/Web/TAssetManagerTest.php2
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