Exemplo n.º 1
0
    public function testSizedButton()
    {
        $button = Button::lg_normal('foo', $this->testAttributes)->__toString();
        $matcher = $this->createMatcher('lg btn-default');

        $this->assertHTML($matcher, $button);
    }