first commit
This commit is contained in:
23
modules/ps_facetedsearch/tests/php/phpunit.xml
Normal file
23
modules/ps_facetedsearch/tests/php/phpunit.xml
Normal 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&page=1&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>
|
||||
Reference in New Issue
Block a user