PhpOffice\PhpPresentation\Tests\Style\FontTest::testSetGetColorException PHP Method

testSetGetColorException() public method

Test get/set color
    public function testSetGetColorException()
    {
        $object = new Font();
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Style\\Font', $object->setColor());
    }