php - PHPUnit test dies -


i have phpunit test killing execution of phpunit , i'm unable figure out why. executing phpunit --debug shows output:

.... starting test 'delegates\aggregategeneratordelegatetest::testrunwithfalseargumentsshouldsucceed'. . starting test 'delegates\aggregategeneratordelegatetest::testrunwithvalidargumentsshouldfail'. . starting test 'delegates\aggregategeneratordelegatetest::testupdateroutesfile'. . starting test 'delegates\generatordelegatetest::testrunwithinvalidconfigandfails'. macbook-pro:blacksmith myuser$  

i've searched code , can't find exit or die's in there. began changes made today implemented optionreader class. unfortunately, don't know change caused this.

all source code available on github: https://github.com/bkuhl/blacksmith/tree/develop

i've tried increasing php's memory limit , ensuring both display_errors = on , error_reporting = e_all.

does have ideas on how can diagnose issue is? when comment out 1 test, dies on next one.

while searched thoroughly exit/die, didn't think @. ended finding @$genfactory->make(...) causing things die without description.


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -