aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/TagControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-128/+0
|
* Convert array + phpDocJeremy Benoist2016-04-121-6/+6
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Simplify tag creation from entryJeremy Benoist2016-03-271-0/+32
| | | | | Testing that a tag exist or is assigned to the current entry isn't important in the tag controler since the `assignTagsToEntry` is already doing that job. So it simplify the controller.
* Convert english translation fileJeremy Benoist2016-03-201-1/+1
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* improve test and change method name. Also, display number of entries for ↵Thomas Citharel2016-02-101-1/+3
| | | | each tag
* remove tag from entry #1377Thomas Citharel2016-02-101-1/+27
|
* Fix Postgres testsJeremy Benoist2015-09-281-3/+3
|
* 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