Lines Matching refs:null

74     protected $backupGlobals = null;
88 protected $backupStaticAttributes = null;
100 protected $runTestInSeparateProcess = null;
130 private $useErrorHandler = null;
137 private $expectedException = null;
144 private $expectedExceptionMessage = null;
151 private $expectedExceptionMessageRegExp = null;
158 private $expectedExceptionCode = null;
165 private $name = null;
195 private $mockObjectGenerator = null;
230 private $outputExpectedRegex = null;
235 private $outputExpectedString = null;
294 public function __construct($name = null, array $data = [], $dataName = '')
296 if ($name !== null) {
462 if ($this->outputExpectedString !== null) {
476 if ($this->outputExpectedRegex !== null) {
520 public function setExpectedException($exception, $message = '', $code = null)
522 if (null !== $message && !is_string($message)) {
527 $message = null;
532 if ($message !== null) {
536 if ($code !== null) {
550 public function setExpectedExceptionRegExp($exception, $messageRegExp = '', $code = null)
559 if ($code !== null) {
649 if ($expectedException['code'] !== null) {
679 if ($useErrorHandler !== null) {
750 public function run(PHPUnit_Framework_TestResult $result = null)
752 if ($result === null) {
761 if ($this->useErrorHandler !== null) {
819 $codeCoverageFilter = null;
875 $this->result = null;
950 $this->prophet = null;
1012 if ($this->outputExpectedRegex !== null) {
1014 } elseif ($this->outputExpectedString !== null) {
1044 if ($this->name === null) {
1096 if ($this->expectedExceptionMessage !== null) {
1105 if ($this->expectedExceptionMessageRegExp !== null) {
1114 if ($this->expectedExceptionCode !== null) {
1129 if ($this->expectedException !== null) {
1131 null,
1156 if ($this->prophet !== null) {
1260 if ($this->runTestInSeparateProcess === null) {
1507 ->setMethods(empty($methods) ? null : $methods)
1534 …, $callAutoload = true, $cloneArguments = false, $callOriginalMethods = false, $proxyTarget = null)
1759 protected function prophesize($classOrInterface = null)
2097 $this->dependencyInput[$dependency] = null;
2192 if (null === $this->mockObjectGenerator) {
2238 $backupGlobals = $this->backupGlobals === null || $this->backupGlobals === true;
2255 $backupGlobals = $this->backupGlobals === null || $this->backupGlobals === true;
2278 $this->snapshot = null;
2339 $backupGlobals = $this->backupGlobals === null || $this->backupGlobals === true;
2393 if ($this->prophet === null) {