@@ -41,6 +41,7 @@ class TestingReleaser extends Command {
*/
public function execute(InputInterface $input, OutputInterface $output)
{
passthru('git checkout testing');
passthru('git merge develop');
File::rmdir(__DIR__.'/tests');
@unlink(__DIR__.'/phpunit.php');
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.