You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Command/RollbackCommand.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ protected function initialize(InputInterface $input, OutputInterface $output)
64
64
thrownew \RuntimeException(sprintf("The default configuration file does not exist or it's not readable, and no custom configuration file was given either. Create the '%s' configuration file and run this command again.", $defaultConfigPath));
Copy file name to clipboardExpand all lines: src/Deployer/DefaultDeployer.php
+2
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,8 @@ private function findConsoleBinaryPath(Server $server): string
224
224
if (null === $server->get(Property::console_bin)) {
225
225
thrownewInvalidConfigurationException(sprintf('The "console" binary of your Symfony application is not available in any of the following directories: %s. Configure the "binDir" option and set it to the directory that contains the "console" binary.', implode(', ', $symfonyConsoleBinaries)));
* @expectedExceptionMessageRegExp /The repository URL must use the SSH syntax instead of the HTTPs syntax to make it work on any remote server. Replace "https?:\/\/.*\/symfony\/symfony-demo.git" by "git@.*:symfony\/symfony-demo.git"/
$this->expectExceptionMessageMatches('/The repository URL must use the SSH syntax instead of the HTTPs syntax to make it work on any remote server. Replace "https?:\/\/.*\/symfony\/symfony-demo.git" by "git@.*:symfony\/symfony-demo.git"/');
0 commit comments