Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change netz98 to valantic CEC #1445

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The command should execute successfully and show you the version number of N98-M

.. code-block:: sh

n98-magerun version 1.97.0 by netz98 new media GmbH
n98-magerun version 2.3.0 by valantic CEC

You now have successfully installed Magerun! You can tailor the installation further like installing it system-wide and
enable autocomplete - read on for more information about these and other features.
Expand Down
2 changes: 1 addition & 1 deletion src/N98/Magento/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public function getHelp()

public function getLongVersion()
{
return parent::getLongVersion() . ' by <info>netz98 GmbH</info>';
return parent::getLongVersion() . ' by <info>valantic CEC</info>';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/N98/Magento/Command/ListCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function testExecute()
);

self::assertStringContainsString(
sprintf('n98-magerun %s by netz98 GmbH', $this->getApplication()->getVersion()),
sprintf('n98-magerun %s by valantic CEC', $this->getApplication()->getVersion()),
$commandTester->getDisplay()
);
}
Expand Down
Loading