]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Update InstallCommand test
authorJeremy <jeremy.benoist@gmail.com>
Sat, 28 Mar 2015 20:45:35 +0000 (21:45 +0100)
committerJeremy <jeremy.benoist@gmail.com>
Tue, 31 Mar 2015 20:48:01 +0000 (22:48 +0200)
commit0ee043f745fc53d782528128c615aa24a6af1d24
tree9ac6e40e10d078a0bbd87e69fb99a083fb29f2aa
parent371ac69a6bd6325929e4efee7958682a6b1666f7
Update InstallCommand test

They are god damn too long to execute because it launch external command (mostly related to doctrine).

So I've added a PHPUnit @group (`command-doctrine`) so that we can avoid launching them on a regular basis, like that:

`phpunit --exclude-group command-doctrine`
.travis.yml
src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php
src/Wallabag/CoreBundle/Tests/Mock/InstallCommandMock.php [new file with mode: 0644]