/**
  * @return array
  */
 public function getProvider()
 {
     $object = new TwitterResponseFixtures();
     return array(array('array' => $object->getFixtureArray(2), 'method' => 'text', 'expected' => $object->getFixtureExpectedArray(2)), array('array' => $object->getFixtureItemWithErrorArray(), 'method' => 'message', 'expected' => $object->getFixtureExpectedItemWithErrorArray()));
 }