summaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-09-22 16:49:52 +0200
committerLukas Reschke <lukas@owncloud.com>2014-09-22 16:50:08 +0200
commitcede9fd7ef67d07bd8bbc249c190ed219cb8f204 (patch)
treeaef6eb3aaafb8d92b3a6c2c95d257d732b414fb5 /tests/lib
parentca3447fcdea878ade24caed4ad300697fc132d08 (diff)
downloadnextcloud-server-cede9fd7ef67d07bd8bbc249c190ed219cb8f204.tar.gz
nextcloud-server-cede9fd7ef67d07bd8bbc249c190ed219cb8f204.zip
Remove unneeded unit tests
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/preview.php4
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),
);
}