aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move API stuff in ApiBundleJeremy2015-04-011-2/+2
|
* Update InstallCommand testJeremy2015-03-311-4/+11
| | | | | | | | 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`
* More tests on the install commandJeremy2015-02-221-3/+216
|
* sqlite doesn't support getListDatabasesSQLJeremy2015-02-221-1/+1
|
* Improve install command & add testJeremy2015-02-221-0/+61
Also add fixtures for Config InstallCommand now check if database, schema are here and ask the user what to do (keep or trash & re-create)