/plugin/jplayer/vendor/symfony/process/Tests/ |
H A D | ExecutableFinderTest.php | 41 $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 D | PhpExecutableFinderTest.php | 28 $this->markTestSkipped('Should not be executed in HHVM context.'); 46 $this->markTestSkipped('Should be executed in HHVM context.');
|
H A D | ProcessTest.php | 58 $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 D | pagemove_support.test.php | 21 $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 D | DataProviderDependencyTest.php | 7 $this->markTestSkipped('This test should be skipped.'); 22 $this->markTestSkipped('Any test with this data provider should be skipped.');
|
H A D | TestSkipped.php | 6 $this->markTestSkipped('Skipped test');
|
H A D | DataProviderSkippedTest.php | 22 $this->markTestSkipped('skipped');
|
H A D | StatusTest.php | 26 $this->markTestSkipped();
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ |
H A D | PDOMySQLTest.php | 11 …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 D | PDOSqliteTest.php | 18 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/ |
H A D | PDOMySQLTest.php | 11 …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 D | PDOTest.php | 12 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/ |
H A D | PDOMySQLTest.php | 14 …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 D | PDOMySQLTest.php | 15 …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 D | PDOMySQLTest.php | 13 …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 D | PDOSqliteTest.php | 13 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | CompilerTest.php | 23 $this->markTestSkipped('Your platform does not support locales.'); 28 …$this->markTestSkipped('Could not set any of required locales: '.implode(', ', $required_locales));
|
H A D | NativeExtensionTest.php | 23 $this->markTestSkipped('Extension is not available on PHP 7+');
|
/plugin/vshare/_test/ |
H A D | SitesTest.php | 46 $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 D | AddressBookTest.php | 178 $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 D | CodeCoverageTest.php | 34 $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 D | AnnotationDriverTest.php | 20 $this->markTestSkipped('Can not define annotation metadata for internal classes');
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/ |
H A D | PDOMysqlTest.php | 10 if (!$pdo) $this->markTestSkipped('MySQL is not enabled');
|
H A D | PDOSqliteTest.php | 10 if (!$pdo) $this->markTestSkipped('Sqlite is not enabled');
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | SkippedTestCase.php | 60 $this->markTestSkipped($this->message);
|