Kraken\_Unit\Config\ConfigAwareObjectTest::testApiGetConfig_GetsConfig PHP Method

testApiGetConfig_GetsConfig() public method

    public function testApiGetConfig_GetsConfig()
    {
        $config = $this->createConfig();
        $aware = $this->createConfigAwareObject($config);
        $this->assertSame($config, $aware->getConfig());
    }