Hackzilla\PasswordGenerator\Tests\Model\Option\OptionTest::testCreateFromTypeNull PHP Method

testCreateFromTypeNull() public method

    public function testCreateFromTypeNull()
    {
        $this->assertNull(Option::createFromType('fail'));
    }