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));
    }