Hackzilla\PasswordGenerator\Tests\Model\Option\BooleanOptionTest::testType PHP Method

testType() public method

public testType ( )
    public function testType()
    {
        $option = new BooleanOption();
        $this->assertSame(BooleanOption::TYPE_BOOLEAN, $option->getType());
    }