Skip to content

Instantly share code, notes, and snippets.

@makamo
Created March 2, 2015 15:37
Show Gist options
  • Save makamo/33150448b0aa4d83c699 to your computer and use it in GitHub Desktop.
Save makamo/33150448b0aa4d83c699 to your computer and use it in GitHub Desktop.
ssh://vagrant@localhost:2222/usr/bin/php -dxdebug.coverage_enable=1 /home/vagrant/.phpstorm_helpers/phpunit.php --coverage-clover /home/vagrant/.phpstorm_helpers/coverage/Timesheets_EmployeesTableTest_testFindDisponible.coverage --no-configuration --filter "/::testFindDisponible( .*)?$/" App\Test\TestCase\Model\Table\EmployeesTableTest /var/www/timesheets/tests/TestCase/Model/Table/EmployeesTableTest.php
Testing started at 10:30 ...
PHPUnit 4.4.0 by Sebastian Bergmann.
The datasource configuration "default" was not found.
/var/www/timesheets/vendor/cakephp/cakephp/src/Datasource/ConnectionManager.php:187
/var/www/timesheets/vendor/cakephp/cakephp/src/ORM/TableRegistry.php:191
/var/www/timesheets/tests/TestCase/Model/Table/EmployeesTableTest.php:78
Time: 3.2 seconds, Memory: 17.25Mb
FAILURES!
Tests: 1, Assertions: 0, Errors: 1.
Generating code coverage report in Clover XML format ... done
Process finished with exit code 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment