runChange() public static method

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