예제 #1
0
파일: StreamTest.php 프로젝트: rusnak/Ext
 /**
  * @test
  */
 public function canLock()
 {
     $this->assertFalse($this->_clientStream->canLock());
 }