isAsynchronous() public method

public isAsynchronous ( )
Ejemplo n.º 1
0
 public function testIsAsynchronous()
 {
     $this->if($engine = new engines\concurrent())->then->boolean($engine->isAsynchronous())->isTrue();
 }
Ejemplo n.º 2
0
 public function testIsAsynchronous()
 {
     $this->if($engine = new testedClass())->then->boolean($engine->isAsynchronous())->isTrue();
 }