We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a512e commit 7dc1990Copy full SHA for 7dc1990
src/main/php/assert.php
@@ -257,7 +257,7 @@ function exporter(): Exporter
257
}
258
259
/**
260
- * blacklist our own classes from being displayed in PHPUnit error stacks
+ * exclude our own classes from being displayed in PHPUnit error stacks
261
*/
262
if (class_exists(\PHPUnit\Util\ExcludeList::class)) {
263
\PHPUnit\Util\ExcludeList::addDirectory(__DIR__);
0 commit comments