Kraken\_Unit\Filesystem\FilesystemAdapterSimpleFactoryTest::testApiParam_ReturnsParam_WhenParamExists PHP Method

testApiParam_ReturnsParam_WhenParamExists() public method

    public function testApiParam_ReturnsParam_WhenParamExists()
    {
        $std = new StdClass();
        $factory = $this->createFilesystemAdapterSimpleFactory();
        $this->assertSame($std, $this->callProtectedMethod($factory, 'param', [['key' => $std], 'key']));
    }