using runkit to test PMA_DRIZZLE in 'true' and 'false' state
This commit is contained in:
parent
9e41ec700c
commit
e38bb3cca9
@ -205,8 +205,10 @@ class PMA_Table_Test extends PHPUnit_Framework_TestCase
|
||||
|
||||
//RunKit
|
||||
if (!defined("PMA_DRIZZLE")) {
|
||||
define("PMA_DRIZZLE", false);
|
||||
} elseif (PMA_DRIZZLE) {
|
||||
define("PMA_DRIZZLE", true);
|
||||
}
|
||||
|
||||
if (PMA_DRIZZLE) {
|
||||
if (PMA_HAS_RUNKIT) {
|
||||
runkit_constant_redefine("PMA_DRIZZLE", false);
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user