/**
  * @depends testGetAccount
  * @param Account $account
  */
 public function testGetFeatures(Account $account)
 {
     $features = $account->getFeatures();
     $this->assertGreaterThan(0, count($features));
 }