Closed AlessandroMinoccheri closed 9 years ago
Does your test class extends PHPUnit_Framework_TestCase
?
These are standard functions, so it should just be a problem of you calling them outside their context.
Just for future reference:
Try using $this::assertNotEquals
The assert functions are static so they should be callable using the double semicolon.
Hi, I'm trying to use this assertion:
but return me this error:
I have also tried:
But same error.