xref
: /
plugin
/
findologicxmlexport
/
vendor
/
phpunit
/
phpunit
/
tests
/
_files
/
AssertionExample.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
class
AssertionExample
3
{
4
public
function
doSomething
()
5
{
6
assert
(
false
);
7
}
8
}
9