aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Use graby ContentExtractor to clean htmlJeremy Benoist2017-05-311-0/+55
| | | | It might be better to re-use some graby functionalities to clean html instead of building a new system.
* CS & improve tags assertionsJeremy Benoist2017-05-311-1/+0
|
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-301-1/+1
|\
| * Fix documentation URL for "How can I help to fix that?"Damien Cassou2017-05-241-1/+1
| |
* | Move Tags assigner to a separate fileThomas Citharel2017-05-271-129/+10
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Added test for deduplicationNicolas LÅ“uillet2017-05-051-1/+1
|/
* Avoid false preview imageJeremy Benoist2017-01-101-0/+41
| | | | | If the website doesn't provide an og_image, the value will be false and so it'll be saved like that in the database. We prefer to leave it as null instead of false.
* Revert switch to KernelTestCase for ContentProxyTestJerome Charaoui2016-12-031-3/+4
| | | | | Define the error string manually inside the test class instead of fetching it from app config.
* Fix ContentProxy testsJerome Charaoui2016-12-031-17/+18
|
* Added http_status in Entry entityNicolas LÅ“uillet2016-11-181-0/+4
|
* Use scheduled entity insertions to avoid tag duplicateJeremy Benoist2016-09-251-0/+23
| | | | Using `getScheduledEntityInsertions()` we can retrieve not yet flushed but already persisted entities and then avoid tags duplication on import.
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+318