+7
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -33,5 +33,11 @@ | ||
"type": "vcs",
|
||
"url": "ssh://git@gitlab.iqdev.digital:8422/piligrimov/search-dc.git"
|
||
}
|
||
]
|
||
],
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^9.5"
|
||
},
|
||
"scripts": {
|
||
"tests": "php ./vendor/bin/phpunit --testdox --verbose"
|
||
}
|
||
} |
||
phpunit.xml.dist
0 → 100644
+22
−0
tests/FIlter/AggsTest.php
0 → 100644
+586
−0
File added.
Preview size limit exceeded, changes collapsed.
tests/FIlter/CommonRangeKeywordsTest.php
0 → 100644
+96
−0
tests/FIlter/KeywordsTest.php
0 → 100644
+175
−0
File added.
Preview size limit exceeded, changes collapsed.
Loading