/** @test */
 public function should_search_the_collection()
 {
     $key = $this->collection->search('Bart');
     $this->assertEquals(2, $key);
 }