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

        $this->assertHTML($match, $alert);
    }