mageekguy\atoum\tests\units\test::test__construct PHP Method

test__construct() public method

public test__construct ( )
    public function test__construct()
    {
        $this->if($test = new emptyTest())->then->object($test->getScore())->isInstanceOf('mageekguy\\atoum\\score')->object($test->getLocale())->isEqualTo(new atoum\locale())->object($test->getAdapter())->isEqualTo(new atoum\adapter())->object($test->getPhpFunctionMocker())->isInstanceOf('mageekguy\\atoum\\php\\mocker\\funktion')->object($test->getPhpConstantMocker())->isInstanceOf('mageekguy\\atoum\\php\\mocker\\constant')->object($test->getFactoryBuilder())->isInstanceOf('mageekguy\\atoum\\factory\\builder\\closure')->boolean($test->isIgnored())->isTrue()->boolean($test->debugModeIsEnabled())->isFalse()->array($test->getAllTags())->isEqualTo($tags = array('empty', 'fake', 'dummy'))->array($test->getTags())->isEqualTo($tags)->array($test->getMethodTags())->isEmpty()->array($test->getDataProviders())->isEmpty()->integer($test->getMaxChildrenNumber())->isEqualTo(666)->boolean($test->codeCoverageIsEnabled())->isEqualTo(extension_loaded('xdebug'))->string($test->getTestNamespace())->isEqualTo(atoum\test::defaultNamespace)->integer($test->getMaxChildrenNumber())->isEqualTo(666)->variable($test->getBootstrapFile())->isNull()->array($test->getClassPhpVersions())->isEmpty()->array($test->getMandatoryClassExtensions())->isEmpty()->array($test->getMandatoryMethodExtensions())->isEmpty()->variable($test->getXdebugConfig())->isNull();
    }