public function testSourcesInstance()
 {
     require 'unit-tests/config.db.php';
     if (empty($configMysql)) {
         $this->marktestSkipped('Test skipped');
         return;
     }
     $this->_prepareDI();
     $robot = new Store\Robots();
     $this->assertFalse($robot->save());
 }
 public function testSourcesInstance()
 {
     $this->_prepareDI();
     $robot = new Store\Robots();
     $this->assertFalse($robot->save());
 }