Lazer\Classes\Helpers\ConfigTest::testGetMultipleRelations PHP Method

testGetMultipleRelations() public method

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