示例#1
0
 public function testCanUseStaticBlockOpener()
 {
     $alert = Alert::open_block_success('foo', $this->testAttributes);
     $match = $this->createMatcher('success', false);
     $match['attributes']['class'] .= ' alert-block';
     $this->assertHTML($match, $alert);
 }