aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Command
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecated helper in commandJeremy Benoist2015-11-061-42/+30
|
* Fix testsJeremy Benoist2015-09-121-4/+4
| | | | | | | Ensure that created use during install command will always be unique. We assume that the install command must be run to initialize a wallabag instance. NEVER to add more user. Also, use a better way to retrieve the real name of the database and not the one defined in parameters.yml (which isn't the same for test envi because the dbname isn't defined in parameters.yml but directly in config_test.yml)
* implement FosUserNicolas LÅ“uillet2015-09-111-1/+1
|
* 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)