Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 17a4d70

Browse files
dpaginigrasmash
authored andcommitted
Updating behat copy target. (#1784)
1 parent 215b0c8 commit 17a4d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Robo/Commands/Setup/SettingsCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function behat() {
133133
if (!file_exists($this->projectBehatLocalConfigFile)) {
134134
$this->say("Generating Behat configuration files...");
135135
$result = $this->taskFilesystemStack()
136-
->copy($this->getConfigValue('blt.root') . '/template/tests/behat/behat.yml', $this->getConfigValue('repo.root') . '/test/behat/behat.yml')
136+
->copy($this->getConfigValue('blt.root') . '/template/tests/behat/behat.yml', $this->getConfigValue('repo.root') . '/tests/behat/behat.yml')
137137
->copy($this->getConfigValue('blt.root') . '/template/tests/behat/example.local.yml', $this->defaultBehatLocalConfigFile)
138138
->copy($this->defaultBehatLocalConfigFile, $this->projectBehatLocalConfigFile)
139139
->stopOnFail()

0 commit comments

Comments
 (0)