예제 #1
0
 public function testAttributes()
 {
     $button = Former::button('pagination.next')->setAttributes($this->testAttributes)->__toString();
     $matcher = '<button class="foo" data-foo="bar">Next &raquo;</button>';
     $this->assertEquals($matcher, $button);
 }