/**
  * @test
  */
 public function testGetNumberOfTransactions()
 {
     $this->assertEquals(3, $this->_model->getNumberOfTransactions());
 }