diff options
Diffstat (limited to 'tests/lib/preview.php')
-rw-r--r-- | tests/lib/preview.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lib/preview.php b/tests/lib/preview.php index 4ef61fb8257..2febe524cba 100644 --- a/tests/lib/preview.php +++ b/tests/lib/preview.php @@ -97,13 +97,9 @@ class Preview extends \PHPUnit_Framework_TestCase { public function txtBlacklist() { $txt = 'random text file'; - $ics = file_get_contents(__DIR__ . '/../data/testcal.ics'); - $vcf = file_get_contents(__DIR__ . '/../data/testcontact.vcf'); return array( array('txt', $txt, false), - array('ics', $ics, true), - array('vcf', $vcf, true), ); } |