When a PHPUnit test fails normally on my dev box (Linux Mint), it causes a \"Segmentation Fault\" on my Continous Integration box (Centos). Both machines are running the sam
I had similar problem and by disabling the garbge collactor in
PHPStorm => Edit configuration => Interpreter option : -d zend.enable_gc=0
Or if you are running your tests from the command line you may try adding :
-d zend.enable_gc=0