Example #1
0
 public function testGetTotalItems()
 {
     $xmlCollection = simplexml_load_file(FIXTURE_DIR . '/Collection/janivBasic.xml');
     $response = new Collection($xmlCollection);
     $this->assertEquals(824, $response->getTotalItems());
 }