Esempio n. 1
0
 public function testCanDoWhateverTheFuckIWant()
 {
     $alert = Alert::foo_bar('foo', $this->testAttributes);
     $match = $this->createMatcher('foo-bar');
     $this->assertHTML($match, $alert);
 }