Tag: php

  1. Hotfix for problem of running phpunit 4.2.x in latest PHPStorm 7.1

    As for today, there's a bug in PHPStorm that doesn't let you run phpunit tests from IDE. Basically it throws : PHP Warning: require_once(PHPUnit/Runner/Version.php): failed to open stream: No such file or directory in /private/var/folders/p1/nz_pbm0j34sd4c9hd35lc55c00013_/T/ide-phpunit.php on line 39…

    on phpStorm phpunit php hotfix error