]> source.dussan.org Git - nextcloud-server.git/commitdiff
rename testTxtBlacklist to txtBlacklist
authorGeorg Ehrke <developer@georgehrke.com>
Fri, 27 Sep 2013 09:33:37 +0000 (11:33 +0200)
committerGeorg Ehrke <developer@georgehrke.com>
Fri, 27 Sep 2013 09:33:37 +0000 (11:33 +0200)
tests/lib/preview.php

index 98659a7e887186194d39b2fcab7f6b826ca0039a..01d8a57fc68b6ed34b816d9169ea555a95723edc 100644 (file)
@@ -92,7 +92,7 @@ class Preview extends \PHPUnit_Framework_TestCase {
                $this->assertEquals($image->height(), $maxY);
        }
 
-       public function testTxtBlacklist() {
+       public function txtBlacklist() {
                $txt = 'random text file';
                $ics = file_get_contents(__DIR__ . '/../data/testcal.ics');
                $vcf = file_get_contents(__DIR__ . '/../data/testcontact.vcf');
@@ -105,7 +105,7 @@ class Preview extends \PHPUnit_Framework_TestCase {
        }
 
        /**
-        * @dataProvider testTxtBlacklist
+        * @dataProvider txtBlacklist
         */
        public function testIsTransparent($test, $data, $expectedResult) {
                $user = $this->initFS();
@@ -146,4 +146,4 @@ class Preview extends \PHPUnit_Framework_TestCase {
                
                return $user;
        }
-}
\ No newline at end of file
+}