Tag: error

  1. Fixing "readlink: illegal option -- f" error on a Mac

    So, if you are a happy Mac user and facing problem with "readlink: illegal option -- f", then i have a simple solution for you : Install brew if you still don't have it. Run brew install coreutils Instead of readlink use now greadlink greadlink --help Usage: greadlink [OPTION]…

    on macosx error readlink greadlink

  2. 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