From 464a8f0706cd47a4713f8b13ea0a2fbbd224dfcb Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sun, 12 Dec 2021 14:36:04 +0800 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=BE=D0=BB=D0=B5=D0=B5=20=D0=BA=D0=BE?= =?UTF-8?q?=D1=80=D1=80=D0=B5=D0=BA=D1=82=D0=BD=D1=8B=D0=B9=20=D0=BF=D0=BE?= =?UTF-8?q?=D1=80=D1=8F=D0=B4=D0=BE=D0=BA=20=D1=82=D0=B5=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpunit.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 0c0f959..c851dd7 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -12,8 +12,17 @@ bootstrap="vendor/autoload.php" colors="true"> - - ./tests + + tests/AtolOnline/Tests/HelpersTest.php + + + tests/AtolOnline/Tests/Entities + + + tests/AtolOnline/Tests/Collections + + + tests/AtolOnline/Tests/Api