From dadddc0c96d9a0472d9bc2a39361a4909abfb17a Mon Sep 17 00:00:00 2001 From: Ivan Fedorov Date: Fri, 30 Jul 2021 15:21:09 +0200 Subject: [PATCH] update phpunit config --- phpunit.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 078628f0a..6bd41bfdc 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -45,11 +45,14 @@ tests/BaseClassesTest.php tests/BaseConstantsTest.php tests/BaseFunctionsTest.php + tests/StubsConstantsAndParametersValuesTest.php tests/StubsMetaExpectedArgumentsTest.php tests/StubsMetaInternalTagTest.php tests/StubsParameterNamesTest.php tests/StubsPhpDocTest.php + tests/StubsReflectionClassesTest.php + tests/StubsStructureTest.php tests/StubsTypeHintsTest.php - \ No newline at end of file +