isAsynchronous() 공개 메소드

public isAsynchronous ( )
예제 #1
0
 public function testIsAsynchronous()
 {
     $this->if($engine = new engines\concurrent())->then->boolean($engine->isAsynchronous())->isTrue();
 }
예제 #2
0
 public function testIsAsynchronous()
 {
     $this->if($engine = new testedClass())->then->boolean($engine->isAsynchronous())->isTrue();
 }