mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 00:27:01 +00:00
test
This commit is contained in:
@@ -2414,6 +2414,15 @@ class MysqlQueryComposerTest extends TestCase
|
||||
$this->assertEquals(['test'], $list);
|
||||
}
|
||||
|
||||
public function testGetAllAttributesFromComplexExpression4()
|
||||
{
|
||||
$expression = "SUM:('тестван', test1, 'тест', test2, link.test3)";
|
||||
|
||||
$list = Util::getAllAttributesFromComplexExpression($expression);
|
||||
|
||||
$this->assertEquals(['test1', 'test2', 'link.test3'], $list);
|
||||
}
|
||||
|
||||
public function testComplexExpressionString1(): void
|
||||
{
|
||||
$queryBuilder = new QueryBuilder();
|
||||
|
||||
Reference in New Issue
Block a user