Home
last modified time | relevance | path

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

1234

/plugin/captcha/_test/
H A DGeneralTest.php
/plugin/csv/_test/
H A DGeneralTest.php51 self::markTestSkipped('No config files exist -> skipping test');
/plugin/data-au/_test/
H A Dhelper.test.php107 …if (!$plugininstalled) $this->markTestSkipped('Pre-condition not satisfied: translation plugin mus…
/plugin/data/_test/
H A Dhelper.test.php
/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/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php24 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
H A DCalendarObjectTest.php22 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
H A DCalendarTest.php28 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
H A DICSExportPluginTest.php17 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
81 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php24 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
/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/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');
H A DPDOSqliteTest.php21 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
/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/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/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');
H A DPDOSqliteTest.php22 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DSapiTest.php91 $this->markTestSkipped('XDebug needs to be installed for this test to run');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php159 $this->markTestSkipped('This test required PHP 5.4.0');
H A DTimeZoneUtilTest.php24 …$this->markTestSkipped($timezoneName . ' is not (yet) supported in this PHP version. Update pecl/t…

1234