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

testSetGenericConstantsName() public method

    public function testSetGenericConstantsName()
    {
        $instance = self::optionsInstance();
        $instance->setGenericConstantsName(GeneratorOptions::VALUE_TRUE);
        $this->assertTrue($instance->getGenericConstantsName());
    }