public function testSetAndHasNoJobs()
 {
     $configuration = new Configuration();
     $this->assertFalse($configuration->hasJobs());
 }