Lazer\Classes\Helpers\ConfigTest::testGetMultipleRelations PHP Метод

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

    public function testGetMultipleRelations()
    {
        /* as object */
        $this->assertInternalType('object', $this->object->relations(['comments', 'news']));
        /* as array */
        $this->assertInternalType('array', $this->object->relations(['comments', 'news'], true));
    }