예제 #1
0
 public function testSearch()
 {
     $input = Former::search('foo')->__toString();
     $matcher = $this->cg('<input class="search-query" type="text" name="foo" id="foo">');
     $this->assertEquals($matcher, $input);
 }