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