mageekguy\atoum\test\engines\concurrent::isAsynchronous PHP 메소드

isAsynchronous() 공개 메소드

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

Usage Example

예제 #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