mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-01 09:57:49 -05:00
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.
6 lines
66 B
PHP
6 lines
66 B
PHP
<?php
|
|
|
|
class ContextTest extends \PHPUnit_Framework_TestCase {
|
|
|
|
}
|