mageekguy\atoum\test::canRunEngine PHP Method

canRunEngine() private method

private canRunEngine ( test\engine $engine )
$engine test\engine
    private function canRunEngine(test\engine $engine)
    {
        return $engine->isAsynchronous() === false || $this->maxAsynchronousEngines === null || $this->asynchronousEngines < $this->maxAsynchronousEngines;
    }
test