Esempio n. 1
0
 public function testCanUseConcatenatedStaticOpener()
 {
     $alert = Alert::open_success('foo', $this->testAttributes);
     $match = $this->createMatcher('success', false);
     $this->assertHTML($match, $alert);
 }