refactored search with free search term support (#1064)

This commit is contained in:
Kevin Papst
2019-09-04 18:54:06 +02:00
committed by GitHub
parent 49e1a1c410
commit e99b170d0a
147 changed files with 2071 additions and 1322 deletions

View File

@@ -17,6 +17,7 @@ use App\Repository\Query\TimesheetQuery;
/**
* @covers \App\Repository\Query\TimesheetQuery
* @covers \App\Repository\Query\BaseQuery
*/
class TimesheetQueryTest extends BaseQueryTest
{
@@ -37,6 +38,7 @@ class TimesheetQueryTest extends BaseQueryTest
$this->assertActivity($sut);
$this->assertState($sut);
$this->assertExported($sut);
$this->assertSearchTerm($sut);
}
protected function assertUser(TimesheetQuery $sut)