예제 #1
0
 public function testFilesOpen()
 {
     $open = Former::open_for_files('#');
     $matcher = $this->createMatcher('horizontal', true);
     $this->assertEquals($matcher, $open);
 }