diff options
author | Florin Peter <github@florin-peter.de> | 2013-05-24 20:37:11 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-05-24 20:37:11 +0200 |
commit | 5076c0d392f6eb17e368a9382cf5b0abe7408889 (patch) | |
tree | 9f550fd3ea8f185105fd46784a46226e8e74e863 /tests/lib/files/cache/cache.php | |
parent | 736f10039dd1b494966f1214916dc62119478176 (diff) | |
download | nextcloud-server-5076c0d392f6eb17e368a9382cf5b0abe7408889.tar.gz nextcloud-server-5076c0d392f6eb17e368a9382cf5b0abe7408889.zip |
changed tests for using new normalizer
Diffstat (limited to 'tests/lib/files/cache/cache.php')
-rw-r--r-- | tests/lib/files/cache/cache.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/files/cache/cache.php b/tests/lib/files/cache/cache.php index 2b1e5a56212..e693fb892cd 100644 --- a/tests/lib/files/cache/cache.php +++ b/tests/lib/files/cache/cache.php @@ -278,8 +278,8 @@ class Cache extends \PHPUnit_Framework_TestCase { */ public function testWithNormalizer() { - if(!class_exists('Normalizer')) { - $this->markTestSkipped('The Normalizer extension is not available.'); + if(!class_exists('Patchwork\PHP\Shim\Normalizer')) { + $this->markTestSkipped('The 3rdparty Normalizer extension is not available.'); return; } |