Home
last modified time | relevance | path

Searched refs:iniSet (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/578/
H A DIssue578Test.php6 $this->iniSet('error_reporting', E_ALL | E_NOTICE);
12 $this->iniSet('error_reporting', E_ALL | E_NOTICE);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DExecutableFinderTest.php109 …$this->iniSet('open_basedir', \dirname(\PHP_BINARY).(!\defined('HHVM_VERSION') || HHVM_VERSION_ID …
127 …$this->iniSet('open_basedir', \PHP_BINARY.(!\defined('HHVM_VERSION') || HHVM_VERSION_ID >= 30800 ?…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1368 protected function iniSet($varName, $newValue) function in PHPUnit_Framework_TestCase