Skip to content

Commit

Permalink
Rename netz98 to valantic CEC
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Jul 15, 2024
1 parent 40e5a14 commit 5236884
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 5236884

Please sign in to comment.