/**
  * @test
  */
 public function getLabelReturnNameAsValue()
 {
     $this->assertEquals('username', $this->fixture->getLabelField());
 }