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

testGetSingleRelation() public method

    public function testGetSingleRelation()
    {
        $this->assertInternalType('object', $this->object->relations('news'));
    }