ScriptFUSIONTest\Unit\Porter\ImportSpecificationTest::testContext PHP Method

testContext() public method

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