Home
last modified time | relevance | path

Searched refs:markTestSkipped (Results 1 – 25 of 90) sorted by relevance

1234

/plugin/jplayer/vendor/symfony/process/Tests/
H A DExecutableFinderTest.php41 $this->markTestSkipped('Cannot test when open_basedir is set');
55 $this->markTestSkipped('Cannot test when open_basedir is set');
71 $this->markTestSkipped('Cannot test when open_basedir is set');
86 $this->markTestSkipped('Cannot test when open_basedir is set');
102 $this->markTestSkipped('Cannot run test on windows');
106 $this->markTestSkipped('Cannot test when open_basedir is set');
120 $this->markTestSkipped('Cannot test when open_basedir is set');
123 $this->markTestSkipped('Cannot run test on windows');
138 $this->markTestSkipped('Cannot test when open_basedir is set');
141 $this->markTestSkipped('Can be only tested on windows');
H A DPhpExecutableFinderTest.php28 $this->markTestSkipped('Should not be executed in HHVM context.');
46 $this->markTestSkipped('Should be executed in HHVM context.');
H A DProcessTest.php58 $this->markTestSkipped('False-positive on Windows/appveyor.');
72 $this->markTestSkipped('This test is transient on Windows');
433 $this->markTestSkipped('Windows does not support POSIX exit code');
447 $this->markTestSkipped('Windows does not have /dev/tty support');
462 $this->markTestSkipped('Windows does have /dev/tty support');
478 $this->markTestSkipped('This test is for Windows platform only');
662 $this->markTestSkipped('Windows does not support POSIX signals');
674 $this->markTestSkipped('Windows does not support POSIX signals');
686 $this->markTestSkipped('Windows does not support POSIX signals');
702 $this->markTestSkipped('Function posix_kill is required.');
[all …]
/plugin/include/_test/
H A Dpagemove_support.test.php21 $this->markTestSkipped('the move plugin is not installed');
34 $this->markTestSkipped('the move plugin is not installed');
50 $this->markTestSkipped('the move plugin is not installed');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderDependencyTest.php7 $this->markTestSkipped('This test should be skipped.');
22 $this->markTestSkipped('Any test with this data provider should be skipped.');
H A DTestSkipped.php6 $this->markTestSkipped('Skipped test');
H A DDataProviderSkippedTest.php22 $this->markTestSkipped('skipped');
H A DStatusTest.php26 $this->markTestSkipped();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DPDOMySQLTest.php11 …if (!SABRE_HASMYSQL) $this->markTestSkipped('MySQL driver is not available, or not properly config…
13 if (!$pdo) $this->markTestSkipped('Could not connect to MySQL database');
H A DPDOSqliteTest.php18 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DPDOMySQLTest.php11 …if (!SABRE_HASMYSQL) $this->markTestSkipped('MySQL driver is not available, or it was not properly…
13 if (!$pdo) $this->markTestSkipped('Could not connect to MySQL database');
H A DPDOTest.php12 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DPDOMySQLTest.php14 …if (!SABRE_HASMYSQL) $this->markTestSkipped('MySQL driver is not available, or not properly config…
17 if (!$pdo) $this->markTestSkipped('Could not connect to MySQL database');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DPDOMySQLTest.php15 …if (!SABRE_HASMYSQL) $this->markTestSkipped('MySQL driver is not available, or not properly config…
17 if (!$pdo) $this->markTestSkipped('Could not connect to MySQL database');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOMySQLTest.php13 …if (!SABRE_HASMYSQL) $this->markTestSkipped('MySQL driver is not available, or not properly config…
15 if (!$pdo) $this->markTestSkipped('Could not connect to mysql database');
H A DPDOSqliteTest.php13 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCompilerTest.php23 $this->markTestSkipped('Your platform does not support locales.');
28 …$this->markTestSkipped('Could not set any of required locales: '.implode(', ', $required_locales));
H A DNativeExtensionTest.php23 $this->markTestSkipped('Extension is not available on PHP 7+');
/plugin/vshare/_test/
H A DSitesTest.php46 $this->markTestSkipped("$site has no sample data configured");
49 $this->markTestSkipped("$site has no regular expression");
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookTest.php178 $this->markTestSkipped('Sqlite is required for this test to run');
187 $this->markTestSkipped('Sqlite is required for this test to run');
196 $this->markTestSkipped('Sqlite is required for this test to run');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCodeCoverageTest.php34 $this->markTestSkipped('Requires PHP CLI and Xdebug');
53 $this->markTestSkipped('Requires PHP CLI and Xdebug');
71 $this->markTestSkipped('Requires PHPDBG');
90 $this->markTestSkipped('Requires PHPDBG');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DAnnotationDriverTest.php20 $this->markTestSkipped('Can not define annotation metadata for internal classes');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DPDOMysqlTest.php10 if (!$pdo) $this->markTestSkipped('MySQL is not enabled');
H A DPDOSqliteTest.php10 if (!$pdo) $this->markTestSkipped('Sqlite is not enabled');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DSkippedTestCase.php60 $this->markTestSkipped($this->message);

1234