aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1434 from wallabag/travis-dbNicolas Lœuillet2015-09-283-30/+32
|\ | | | | Add multiple database tests on Travis
| * Fix tests for allJeremy Benoist2015-09-281-11/+13
| |
| * Fix Postgres testsJeremy Benoist2015-09-282-22/+16
| |
| * Move readingTime & domainName in ContentProxyJeremy Benoist2015-09-281-4/+10
| | | | | | | | So, everything is centralized in one place when we save a new entry.
* | Enabled created user from ConfigJeremy Benoist2015-09-261-0/+8
|/ | | | | | By default, creating user with FOSUser are disabled by default. Fix #1423
* Entries filter on languageJeremy Benoist2015-09-231-0/+23
| | | | + updated deps
* Handle entry in languageJeremy Benoist2015-09-221-2/+22
| | | | Fix #1333
* Merge pull request #1418 from wallabag/v2-previewpicture-filterJeremy Benoist2015-09-131-0/+13
|\ | | | | filter for entries with previewPicture
| * add test for previewPicture filterNicolas Lœuillet2015-09-131-0/+13
| |
* | Fix testsJeremy Benoist2015-09-123-8/+8
| | | | | | | | | | | | | | 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)
* | fix tests for FosUserNicolas Lœuillet2015-09-111-15/+7
| |
* | implement FosUserNicolas Lœuillet2015-09-112-3/+3
|/
* CSJeremy Benoist2015-09-101-2/+2
|
* Move fetching content in a separate classJeremy Benoist2015-09-101-0/+84
|
* Add test for same day filterJeremy Benoist2015-08-231-0/+9
|
* Merge pull request #1372 from wallabag/v2-assign-tagsJeremy Benoist2015-08-221-0/+50
|\ | | | | assign tags to an entry
| * assign tags to an entryNicolas Lœuillet2015-08-221-0/+50
| |
* | filters: add test for status filter and adapt other tests resultsNicolas Lœuillet2015-08-211-1/+30
|/
* CSJeremy Benoist2015-08-202-7/+5
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* add filter on domain nameNicolas Lœuillet2015-08-191-1/+23
|
* add testNicolas Lœuillet2015-08-181-1/+30
|
* add testNicolas Lœuillet2015-08-171-0/+22
|
* Merge pull request #1312 from wallabag/v2-fix-1311Jeremy Benoist2015-08-121-0/+19
|\ | | | | fix #1311, redirect after login
| * add testNicolas Lœuillet2015-08-121-0/+19
| |
* | store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-0/+19
|/
* Merge pull request #1295 from wallabag/v2-howtoJeremy Benoist2015-08-101-0/+28
|\ | | | | add howto page
| * remove useless lineNicolas Lœuillet2015-08-101-1/+0
| |
| * add tests for static pagesNicolas Lœuillet2015-08-101-0/+29
| |
* | unit testNicolas Lœuillet2015-08-071-0/+19
|/
* set material to default theme \o/Nicolas Lœuillet2015-08-042-2/+2
|
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-281-2/+2
| | | | for is_starred and is_archived
* Merge branch 'v2' into v2-edit-titleNicolas Lœuillet2015-06-081-3/+3
|\
| * Update to Symfony 2.7Jeremy Benoist2015-06-021-3/+3
| | | | | | | | And fix some deps instead of using dev tags
* | Add basic title editionJeremy Benoist2015-06-021-0/+48
|/ | | | | Fix #218 I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.
* Fix testsJeremy2015-04-012-6/+6
|
* Move API stuff in ApiBundleJeremy2015-04-016-223/+9
|
* Remove ability to change usernameJeremy2015-04-011-20/+17
| | | | | | | | | | Since password are linked to username it was hard to change username while checking that the password is the good one. Instead of doing crazy things to achieve that, I act that user won't be able to update username. Also, username (and email) must be unique, since people logged in using username and can request a new password using email. This should fix #1149
* Use lemonde instead of mailjetJeremy2015-03-312-3/+3
| | | | | | Mailjet seems to be laggy, hope that LeMonde will be more reliable in the future. @see https://travis-ci.org/wallabag/wallabag/jobs/56246231
* Update InstallCommand testJeremy2015-03-312-4/+33
| | | | | | | | 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`
* Add testsJeremy2015-03-313-0/+472
| | | | and fix few mistakes
* Add some testsJeremy2015-03-081-0/+45
|
* Handle forgot passwordJeremy2015-03-081-0/+97
|
* fix testsNicolas Lœuillet2015-03-061-3/+3
|
* fix tests for GET /entries/tagsNicolas Lœuillet2015-03-061-1/+3
|
* remove useless codeNicolas Lœuillet2015-03-061-4/+0
|
* remove debug linesNicolas Lœuillet2015-03-061-2/+0
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-1/+3
|
* POST entries/tags with testNicolas Lœuillet2015-03-061-0/+37
|
* relation between tags and entriesNicolas Lœuillet2015-03-061-0/+26
|
* add relation between entry and tagNicolas Lœuillet2015-03-061-29/+0
|