Tests - use Docker (as environment guard)

This commit is contained in:
Meritoo
2017-10-18 21:39:44 +02:00
parent e38df1a8f2
commit 24a3d478b5
6 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[xdebug]
zend_extension='xdebug.so'
xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.idekey='PHPSTORM'
xdebug.remote_port=9001