Files
FreshRSS/tests/app/Models/ContextTest.php
Alexis Degrugillier f30ded2f86 Extract the search code from the context
I figured that the code for the search could be extracted from the context to have separation of concern.
It supports multiple keywords. It suports also multiple tag keywords.
2015-02-11 21:49:21 -05:00

6 lines
66 B
PHP

<?php
class ContextTest extends \PHPUnit_Framework_TestCase {
}