Esempio n. 1
0
 /**
  * @return void
  */
 public function testGetPeriods()
 {
     $expectedArray = ['day' => 'Day', 'month' => 'Month', 'year' => 'Year'];
     $this->assertEquals($expectedArray, $this->collection->getPeriods());
 }