Skip to content

Commit c3a794c

Browse files
committed
Added test libs
1 parent f5a9b69 commit c3a794c

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

composer.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,19 @@
5959
},
6060

6161
"require-dev" : {
62-
"contributte/translation" : "^0.9",
63-
"mockery/mockery" : "^1.4",
64-
"ninjify/nunjuck" : "^0.3",
65-
"ninjify/qa" : "^0.13",
66-
"pds/skeleton" : "^1.0",
67-
"phpstan/extension-installer" : "^1.1",
68-
"phpstan/phpstan" : "^1.3",
69-
"phpstan/phpstan-deprecation-rules" : "^1.0",
70-
"phpstan/phpstan-doctrine" : "^1.0",
71-
"phpstan/phpstan-nette" : "^1.0",
72-
"phpstan/phpstan-strict-rules" : "^1.1",
73-
"tracy/tracy" : "^2.9"
62+
"contributte/translation": "^0.9",
63+
"fastybird/web-server": "^0.6",
64+
"mockery/mockery": "^1.4",
65+
"ninjify/nunjuck": "^0.3",
66+
"ninjify/qa": "^0.13",
67+
"pds/skeleton": "^1.0",
68+
"phpstan/extension-installer": "^1.1",
69+
"phpstan/phpstan": "^1.3",
70+
"phpstan/phpstan-deprecation-rules": "^1.0",
71+
"phpstan/phpstan-doctrine": "^1.0",
72+
"phpstan/phpstan-nette": "^1.0",
73+
"phpstan/phpstan-strict-rules": "^1.1",
74+
"tracy/tracy": "^2.9"
7475
},
7576

7677
"suggest" : {

tests/common.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@
1212

1313
php:
1414
date.timezone: Europe/Prague
15+
16+
extensions:
17+
fbSocketServerFactory : FastyBird\SocketServerFactory\DI\SocketServerFactoryExtension
18+
fbWebServer : FastyBird\WebServer\DI\WebServerExtension(%consoleMode%)

0 commit comments

Comments
 (0)