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

FIX declarations matching PHPUnit_Framework_Assert #3238

Merged
merged 1 commit into from Aug 7, 2014
Merged

FIX declarations matching PHPUnit_Framework_Assert #3238

merged 1 commit into from Aug 7, 2014

Conversation

mparkhill
Copy link

FIX for phpunit error message: ERROR [Strict Notice]: Declaration of SapphireTest::assertNotContains() should be compatible with PHPUnit_Framework_Assert::assertNotContains, and assertContains()

FIX for phpunit error message: ERROR [Strict Notice]: Declaration of SapphireTest::assertNotContains() should be compatible with PHPUnit_Framework_Assert::assertNotContains, and the same error for assertContains()
@tractorcow
Copy link
Contributor

Actually a duplicate of #3119 but I think your fix correctly implements the parent:: method call.

simonwelsh added a commit that referenced this pull request Aug 7, 2014
FIX declarations matching PHPUnit_Framework_Assert
@simonwelsh simonwelsh merged commit 61395b5 into silverstripe:3.1 Aug 7, 2014
@halkyon
Copy link
Contributor

halkyon commented Aug 7, 2014

Yay, no more annoying notices popping up when I run unit tests :)

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.

None yet

4 participants