Example #1
0
 /**
  * @dataProvider countOneToManyProvider
  */
 public function testCountOneToMany($user_id, $count)
 {
     $user = new User($user_id);
     $this->assertEquals($count, $user->countFavoriteAlbums());
 }