Exemple #1
0
 /**
  * @test
  */
 public function isBlocked()
 {
     $result = $this->_listenStream->isBlocked();
     $this->assertInternalType('bool', $result);
 }