supportsAttribute() public method

public supportsAttribute ( $attribute )
 /**
  * @dataProvider supportsAttributeProvider
  */
 public function testSupportsAttribute($attribute, $expectedResult)
 {
     $voter = new ValueObjectVoter($this->repository);
     $this->assertSame($expectedResult, $voter->supportsAttribute($attribute));
 }