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

test__construct() public method

public test__construct ( )
    public function test__construct()
    {
        $this->if($engine = new testedClass())->then->object($defaultScoreFactory = $engine->getScoreFactory())->isInstanceOf('closure')->object($defaultScoreFactory())->isInstanceOf('mageekguy\\atoum\\score')->object($engine->getPhp())->isEqualTo(new atoum\php());
    }