public function testSourcesIsEmptyArrayOnFreshObject()
 {
     $this->assertSame([], $this->subjectUnderTest->getSources());
 }