示例#1
0
    public function testCustom()
    {
        $label = Label::custom('success', 'foo', $this->testAttributes);
        $match = $this->createMatcher('success');

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