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

testSetPrefix() public méthode

public testSetPrefix ( )
    public function testSetPrefix()
    {
        $instance = self::optionsInstance();
        $instance->setPrefix('MyPrefix');
        $this->assertSame('MyPrefix', $instance->getPrefix());
    }