ScriptFUSIONTest\Unit\Porter\ImportSpecificationTest::testContext PHP Метод

testContext() публичный Метод

public testContext ( )
    public function testContext()
    {
        self::assertSame('foo', $this->specification->setContext('foo')->getContext());
    }