runChange() 공개 정적인 메소드

public static runChange ( $change, $code )
예제 #1
0
 public function assertNotSpot($code)
 {
     $spots = TestHelper::runChange($this->change, $code);
     $this->assertEmpty($spots);
 }