mageekguy\atoum\test\engines\concurrent::isAsynchronous PHP Méthode

isAsynchronous() public méthode

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

Usage Example

Exemple #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