aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Change share entry behaviorNicolas Lœuillet2016-08-231-1/+1
|
* Add test and fix migrationNicolas Lœuillet2016-08-231-0/+18
|
* Add some testsJeremy Benoist2016-08-231-3/+110
| | | | | | | | | | | Also, retrieve tag from the request instead of the query (which will be the same but it's more easy to test). Moved down `deleteTagAction` because it conflicted with the new action: api_delete_tag => /api/tags/{tag}.{_format} api_delete_tags_label => /api/tags/label.{_format} And finally, throw exception when a tag is not found before removing it.
* Add tests for tag list routesNicolas Lœuillet2016-08-231-0/+31
|
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-224-2/+109
|\
| * Avoid breaking import when fetching failJeremy Benoist2016-08-203-0/+91
| | | | | | | | | | | | | | | | | | graby will throw an Exception in some case (like a bad url, a restricted url or a secured pdf). Import doesn't handle that case and break the whole import. With that commit the import isn't stopped but the entry is just skipped. Also, as a bonus, I've added extra test on WallabagImportV2 when the json is empty.
| * Fix testsJeremy Benoist2016-08-171-2/+18
| | | | | | | | | | | | | | | | Ensure tests after the InstallCommand test will have a clean database. Previous attempt failed because of a foreign key Also, nightly on Travis seems to target PHP 7.2-dev, so I put 7.1 in requirement and moved nightly in allowed failures. And it seems xdebug isn't shipped with PHP 7.1, so I added a workaround to avoid build to fail when trying to remove xdebug.ini file.
* | Added name on clientThomas Citharel2016-08-221-1/+8
| | | | | | | | | | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171
* | Upgrade PHPUnit to version 5Jeremy Benoist2016-08-221-1/+5
| | | | | | | | | | | | | | | | - Fix deprecated getMock - Use PHPUnit 4 for PHP 5.5 build Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2201
* | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-07-205-8/+89
|\|
| * Change the way to login user in testsJeremy Benoist2016-06-245-8/+89
| | | | | | | | | | | | | | | | | | Instead of using a HTTP request we just login user like FOSUser does. It allows us to mock service in container for functional tests. Also, fix a bad config name in fos_user for firewall And finally, add functional test to PocketImport
* | Add filter for tags on APIThomas Citharel2016-06-291-0/+22
| |
* | Add since parameterThomas Citharel2016-06-251-0/+45
| |
* | Merge branch 'master' into 2.1Jeremy Benoist2016-06-2343-0/+6085
|\|
| * Add some tests about readingTimeJeremy Benoist2016-06-231-0/+36
| |
| * Jump to Symfony 3.1Jeremy Benoist2016-06-2243-0/+6055
|/
* remove foo testNicolas Lœuillet2015-01-221-19/+0
|
* new foldersNicolas Lœuillet2015-01-201-1/+1
|
* foo testNicolas Lœuillet2015-01-191-0/+19