/**
  * Tests the source defines a valid ID.
  */
 public function testSourceId()
 {
     $this->assertNotEmpty($this->source->getIds());
 }