X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FFauxRequestTest.php;h=9fe694da039f5de2ef7b6bd01520652ba900a99c;hb=4a9f0872a00808dd9dea5aa5b3bd80dd5f6814dd;hp=e3713ab7fe72cb256bcf0e298fa4bb265e912bd7;hpb=5e4facec788bd45586c66a04b6fcb26c83f46902;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/FauxRequestTest.php b/tests/phpunit/includes/FauxRequestTest.php index e3713ab7fe..9fe694da03 100644 --- a/tests/phpunit/includes/FauxRequestTest.php +++ b/tests/phpunit/includes/FauxRequestTest.php @@ -1,5 +1,7 @@ getEmptySession( new FauxRequest( [] ) ); + $this->assertInstanceOf( + FauxRequest::class, + new FauxRequest( [], false, $session ) + ); + } + /** * @covers FauxRequest::getText */