Skip to content

Conversation

@buskamuza
Copy link
Contributor

  • Update PHPUnit to version supported by PHP 7.2
  • Fix unit tests for updated PHPUnit version

Fixes magento-engcom/php-7.2-support#2

Source: magento-engcom/magento-composer-php-7.2-support#1

* Update PHPUnit to version supported by PHP 7.2
* Fix unit tests for updated PHPUnit version
@buskamuza buskamuza changed the title Add PHP 7.2 support Update PHPUnit and tests and add PHP 7.2 to composer.json Feb 13, 2018
protected function setUp()
{
$this->application = $this->getMock('Magento\Composer\MagentoComposerApplication', [], [], '', false, false);
$this->application = $this->createMock(Magento\Composer\MagentoComposerApplication::class);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why leading slash is removed everywhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added slashes.

@buskamuza buskamuza changed the base branch from master to 1.3.0 February 22, 2018 22:23
- added leading slashes
- removed old versions of PHP
- updated PHPUnit to the latest version
@paliarush
Copy link
Contributor

✅ Changes look good.

magento-devops-reposync-svc pushed a commit that referenced this pull request Jun 23, 2022
Update the package version to 1.9.0-beta1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants