FluidTYPO3\Flux\Tests\Unit\Provider\AbstractProviderTest::canGetFieldName PHP Method

canGetFieldName() public method

public canGetFieldName ( )
    public function canGetFieldName()
    {
        $provider = $this->getConfigurationProviderInstance();
        $record = $this->getBasicRecord();
        $result = $provider->getFieldName($record);
        $this->assertNull($result);
    }