Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Conversation

kokspflanze
Copy link
Contributor

  • PHPUnit_Framework_TestCase to PHPUnit\Framework\TestCase
  • changed setExpectedException method to expectException, expectExceptionMessage
  • fix "This test did not perform any assertions"
  • @requires PHP 5.4 removed
  • removed old PHPUnit_Runner_Version case
  • changed phpunit 4 to 5.7/6 in composer
  • added composer.lock
  • removed composer.lock in gitignore
  • travis process update
  • added php 7.1 in travis

.travis.yml Outdated
- if [[ $TEST_COVERAGE == 'true' ]]; then composer upload-coverage ; fi

notifications:
email: false
Copy link
Member

Choose a reason for hiding this comment

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

Please add one empty line at the end of the file

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, didnt saw it in the template, i didnt checkout the repo


/**
* @expectedException \Zend\Stdlib\Exception\InvalidArgumentException
* @expectedException InvalidArgumentException
Copy link
Member

Choose a reason for hiding this comment

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

Just for consistency I would change it to method call instead of PHPDoc tag.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed

@froschdesign froschdesign self-assigned this Oct 24, 2017
@froschdesign froschdesign merged commit c17be41 into zendframework:develop Oct 24, 2017
@froschdesign
Copy link
Member

@kokspflanze
Thanks! 👍

@froschdesign froschdesign added this to the 3.2.0 milestone Oct 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants