Initial commit

This commit is contained in:
2020-10-07 10:37:15 +02:00
commit ce5f440392
28157 changed files with 4429172 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<phpunit
bootstrap="bootstrap.php"
>
<php>
<const name="_DB_PREFIX_" value="ps_"/>
<const name="_PS_VERSION_" value="FacetedSearchVersion"/>
<const name="_THEME_COL_DIR_" value="/theme/"/>
<server name="REQUEST_URI" value="/catalog?from=scratch&amp;page=1&amp;something"/>
<server name="HTTP_HOST" value="shop.prestashop.com"/>
</php>
<testsuites>
<testsuite name="FacetedSearch">
<directory>.</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">../../src</directory>
</whitelist>
</filter>
</phpunit>