/**
  * @test
  */
 public function fields()
 {
     $fields = $this->fixture->fields('item');
     $this->assertTrue(in_array('title', $fields));
 }