mageekguy\atoum\runner::debugModeIsEnabled PHP Метод

debugModeIsEnabled() публичный Метод

public debugModeIsEnabled ( )
    public function debugModeIsEnabled()
    {
        return $this->debugMode;
    }

Usage Example

Пример #1
0
 public function testDisallowUsageOfUndefinedMethodInMock()
 {
     $this->if($runner = new testedClass())->then->object($runner->disallowUsageOfUndefinedMethodInMock())->isIdenticalTo($runner)->boolean($runner->usageOfUndefinedMethodInMockAreAllowed())->isFalse()->object($runner->disallowUsageOfUndefinedMethodInMock())->isIdenticalTo($runner)->boolean($runner->debugModeIsEnabled())->isFalse();
 }
All Usage Examples Of mageekguy\atoum\runner::debugModeIsEnabled
runner