$this->clickAndWait("submit");
// Run the cronjob to create repositories
- $this->cron("cronjobs/create_scm_repos.php");
+ $this->cron("create_scm_repos.php");
$this->open(ROOT);
$this->clickAndWait("link=ProjectA");
$this->assertTextPresent("You have now requested a personal Git repository");
// Run the cronjob to create repositories
- $this->cron("cronjobs/create_scm_repos.php");
+ $this->cron("create_scm_repos.php");
$this->clickAndWait("link=SCM");
$this->assertTextPresent("Access to your personal repository");