eZ\Publish\Core\REST\Client\Tests\FieldTypeServiceTest::testHasFieldType PHP Method

testHasFieldType() public method

public testHasFieldType ( )
    public function testHasFieldType()
    {
        $fieldTypeService = $this->getFieldTypeService();
        $this->assertFalse($fieldTypeService->hasFieldType('my-type'));
    }