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

testIsAsynchronous() public method

public testIsAsynchronous ( )
    public function testIsAsynchronous()
    {
        $this->if($engine = new testedClass())->then->boolean($engine->isAsynchronous())->isTrue();
    }