Example #1
0
 /**
  * @depends test_construct
  * @covers ::count
  */
 public function test_count()
 {
     $this->assertInternalType('integer', $this->URI->count(), 'IURI::count() Returned an invalid value');
     $this->assertGreaterThan(1, $this->URI->count(), 'IURI::count() Returned an invalid value');
 }