コード例 #1
0
ファイル: ExtendFinderTest.php プロジェクト: jxav/iless
 /**
  * @covers __constructor
  */
 public function testVisit()
 {
     $v = new ExtendFinderVisitor();
     $this->assertFalse($v->isReplacing());
 }