Kraken\_Unit\Core\CoreAwareObjectTest::testApiSetCore_SetsCore PHP Method

testApiSetCore_SetsCore() public method

    public function testApiSetCore_SetsCore()
    {
        $object = $this->createCoreAwareObject();
        $core = $this->createCore();
        $object->setCore($core);
        $this->assertSame($core, $this->getProtectedProperty($object, 'core'));
    }