-
Notifications
You must be signed in to change notification settings - Fork 34
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
calling assertInstanceOf on a property set in TestCase::setUp() should result in RedundantCondition #49
Comments
I think |
where would I poke around to have that kick in ? |
Depending on the visibility of /E: Have you tried to mark the |
have emailed GitHub re the rather unpleasant commit ref spam caused by rebasing- it should be resolved by an interface change in GitHub "approximately 1-2 quarters from now." |
TestCase::$foo
isT|null
TestCase::setUp()
setsTestCase::$foo
toT
TestCase::$foo
TestCase::assertInstanceOf(T::class, $this->foo)
is redundantnot quite sure on the exact error/test case that should occur, but this is a vague mashup of what I'm thinking:
The text was updated successfully, but these errors were encountered: