diff options
Diffstat (limited to 'tests/unit/Web/TAssetManagerTest.php')
-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 |