-
Notifications
You must be signed in to change notification settings - Fork 0
/
selected_unittests.bat
39 lines (29 loc) · 2.13 KB
/
selected_unittests.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
:: call composer run test test/AppTest/Middleware/BackendServiceAllowMiddlewareFactoryTest.php
:: call composer run test test/AppTest/Middleware/LoginInfoMiddlewareFactoryTest.php
:: ----------------------------------------------------------
:: call composer run test test/AppTest/Handler/BackendServiceHandlerFactoryTest.php
:: call composer run test test/AppTest/Handler/CategoryDataHandlerFactoryTest.php
:: call composer run test test/AppTest/Handler/ExpensesDataHandlerFactoryTest.php
:: call composer run test test/AppTest/Handler/UserHandlerFactoryTest.php
:: ----------------------------------------------------------
:: call composer run test test/AppTest/Service/BackendServiceServiceFactoryTest.php
:: call composer run test test/AppTest/Service/CategoryDataServiceFactoryTest.php
:: call composer run test test/AppTest/Service/ExpensesDataServiceFactoryTest.php
:: call composer run test test/AppTest/Service/UserDataServiceFactoryTest.php
:: call composer run test test/AppTest/Service/LoggerFactoryTest.php
:: ----------------------------------------------------------
:: ----------------------------------------------------------
:: ----------------------------------------------------------
:: call composer run test test/AppTest/Middleware/BackendServiceAllowMiddlewareTest.php
:: call composer run test test/AppTest/Middleware/LoginInfoMiddlewareTest.php
:: ----------------------------------------------------------
:: call composer run test test/AppTest/Handler/HandlerActionMappingTest.php
:: call composer run test test/AppTest/Handler/BackendServiceHandlerTest.php
:: call composer run test test/AppTest/Handler/CategoryDataHandlerTest.php
:: call composer run test test/AppTest/Handler/ExpensesDataHandlerTest.php
:: call composer run test test/AppTest/Handler/UserHandlerTest.php
:: ----------------------------------------------------------
:: call composer run test test/AppTest/Service/BackendServiceServiceTest.php
:: call composer run test test/AppTest/Service/CategoryDataServiceTest.php
:: call composer run test test/AppTest/Service/ExpensesDataServiceTest.php
:: call composer run test test/AppTest/Service/UserDataServiceTest.php