Open
Description
Here is a list of a ideas that may be implemented in the future:
- suggest
assertInstanceOf(Foo::class, $a)
instead ofassertTrue($a instanceof Foo)
- suggest
assertNotInstanceOf(Foo::class, $a)
instead ofassertFalse($a instanceof Foo)
- suggest
assertArrayHasKey()
instead ofassertTrue(array_key_exists(..))
- suggest
assertFileExists()
instead ofassertTrue(file_exists($filePath))
Metadata
Metadata
Assignees
Labels
No labels