File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,7 @@ The assertion methods are declared static and can be invoked
20
20
from any context using ``PHPUnit\Framework\Assert::assertTrue() ``,
21
21
for instance, or using ``$this->assertTrue() `` or ``self::assertTrue() ``,
22
22
for instance, in a class that extends ``PHPUnit\Framework\TestCase ``.
23
-
24
- In fact, you can even use global function wrappers such as ``assertTrue() `` in
25
- any context (including classes that extend ``PHPUnit\Framework\TestCase ``)
26
- when you (manually) include the :file: `src/Framework/Assert/Functions.php `
27
- sourcecode file that comes with PHPUnit.
23
+ You can even use global function wrappers such as ``assertTrue() ``.
28
24
29
25
A common question, especially from developers new to PHPUnit, is whether
30
26
using ``$this->assertTrue() `` or ``self::assertTrue() ``,
You can’t perform that action at this time.
0 commit comments