aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/TagControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsJeremy Benoist2015-09-121-1/+1
| | | | | | | 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)
* assign tags to an entryNicolas LÅ“uillet2015-08-221-0/+50
|
* CSJeremy Benoist2015-08-201-1/+0
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* unit testNicolas LÅ“uillet2015-08-071-0/+19