This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function setUp()
41
41
if (!defined ('TESTS_ZEND_AUTH_ADAPTER_DBTABLE_PDO_SQLITE_ENABLED ' ) ||
42
42
constant ('TESTS_ZEND_AUTH_ADAPTER_DBTABLE_PDO_SQLITE_ENABLED ' ) === false
43
43
) {
44
- $ this ->markTestSkipped ('Tests are not enabled in TestConfiguration.php ' );
44
+ $ this ->markTestSkipped ('Tests are not enabled in phpunit.xml ' );
45
45
return ;
46
46
} elseif (!extension_loaded ('pdo ' )) {
47
47
$ this ->markTestSkipped ('PDO extension is not loaded ' );
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public function setUp()
59
59
if (!defined ('TESTS_ZEND_AUTH_ADAPTER_DBTABLE_DB2_ENABLED ' )
60
60
|| constant ('TESTS_ZEND_AUTH_ADAPTER_DBTABLE_DB2_ENABLED ' ) === false
61
61
) {
62
- $ this ->markTestSkipped ('Tests are not enabled in TestConfiguration.php ' );
62
+ $ this ->markTestSkipped ('Tests are not enabled in phpunit.xml ' );
63
63
}
64
64
65
65
if (! extension_loaded ('ibm_db2 ' )) {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function setUp()
41
41
if (!defined ('TESTS_ZEND_AUTH_ADAPTER_DBTABLE_PDO_SQLITE_ENABLED ' ) ||
42
42
constant ('TESTS_ZEND_AUTH_ADAPTER_DBTABLE_PDO_SQLITE_ENABLED ' ) === false
43
43
) {
44
- $ this ->markTestSkipped ('Tests are not enabled in TestConfiguration.php ' );
44
+ $ this ->markTestSkipped ('Tests are not enabled in phpunit.xml ' );
45
45
return ;
46
46
} elseif (!extension_loaded ('pdo ' )) {
47
47
$ this ->markTestSkipped ('PDO extension is not loaded ' );
You can’t perform that action at this time.
0 commit comments