I see this in `.travis.yml`: ``` yml before_install: - cd test; git clone --depth=1 https://github.com/zendframework/zf2.git ``` meaning I can't run the tests locally unless I install ZF2. In my opinion, this should be a `dev` dependency, then.