Stephan Krauß

Results 4 comments of Stephan Krauß

Hello, i have the same problem. Here is my test setup -------------------------------- ``` $pdo = new \PDO('mysql:host=localhost;dbname=monolog', 'monolog', 'monolog'); $mysqlHandler = new \MySQLHandler\MySQLHandler($pdo, "log", array('channel', 'CORRELATION', 'errorFile', 'errorFile', 'errorLine', 'errorTrace'),...

Hello, thanks for the quick response. Problem solved :-) Greetings Stephan

When i use > vendor\bin\phpdoc-md.bat generate src/application > api.md it works fine. Your sincerly Stephan

Hello, when i start the command c:/xampp/htdocs/atoum/vendor/bin/atoum.bat +++verbose --use-tap-report -f src/App/Controller/Login/tests/units/LoginController.php in the terminal of the PhpStorm I get the message: --------------- C:\xampp\htdocs\atoum>c:/xampp/htdocs/atoum/vendor/bin/atoum.bat +++verbose --use-tap-report -f src/App/Controller/Login/tests/units/LoginController.php Using +++verbose --use-tap-report...