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

testFieldIdExists() public method

public testFieldIdExists ( )
    public function testFieldIdExists()
    {
        $this->assertContains('id', $this->object->fields());
    }