Maurício Meneghini Fauth
|
8d95891a19
|
Make PHPUnit's assertions stricter
Only replaces assertEquals with assertSame where it doesn't causes the
test to fail.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-02-15 22:39:56 -03:00 |
|
Maurício Meneghini Fauth
|
ba72f543fd
|
Call PHPUnit static methods using static calls
Replaces $this->method() with self::method().
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-01-31 17:17:38 -03:00 |
|
Maurício Meneghini Fauth
|
a858f08fec
|
Move error related classes to the Error namespace
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-01-05 13:28:23 -03:00 |
|