WsdlToPhp\PackageGenerator\Tests\ConfigurationReader\GeneratorOptionsTest::testSetGenericConstantsName PHP Méthode

testSetGenericConstantsName() public méthode

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