WsdlToPhp\PackageGenerator\Tests\ConfigurationReader\GeneratorOptionsTest::testSetCategory PHP Method

testSetCategory() public method

public testSetCategory ( )
    public function testSetCategory()
    {
        $instance = self::optionsInstance();
        $instance->setCategory(GeneratorOptions::VALUE_NONE);
        $this->assertSame(GeneratorOptions::VALUE_NONE, $instance->getCategory());
    }