Example #1
0
    public function testCloseList()
    {

        $close = MediaObject::close_list();
        $matcher = '</ul>';

        $this->assertEquals($matcher, $close);
    }