Ejemplo n.º 1
0
 private function xRescript( ScriptReorganizer_Type $type, & $expected )
 {
     $type->load( $this->source );
     $type->reformat();
     $type->save( $this->target );
     
     $this->assertTrue( $expected === file_get_contents( $this->target ) );
 }