mageekguy\atoum\test\engines\concurrent::isAsynchronous PHP Method

isAsynchronous() public method

public isAsynchronous ( )
    public function isAsynchronous()
    {
        return true;
    }

Usage Example

Beispiel #1
0
 public function testIsAsynchronous()
 {
     $this->if($engine = new engines\concurrent())->then->boolean($engine->isAsynchronous())->isTrue();
 }
All Usage Examples Of mageekguy\atoum\test\engines\concurrent::isAsynchronous