Lazer\Classes\Helpers\ConfigTest::testFieldIdExists PHP 메소드

testFieldIdExists() 공개 메소드

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