コード例 #1
0
ファイル: ButtonTest.php プロジェクト: Vrian7ipx/cascadadev
    public function testSizedButton()
    {
        $button = Button::lg_normal('foo', $this->testAttributes)->__toString();
        $matcher = $this->createMatcher('lg btn-default');

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