12345678910111213141516171819 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © 2013-2017 Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.0/phpunit.xsd"
- colors="true"
- bootstrap="./framework/bootstrap.php"
- >
- <testsuite name="Magento Updater Application Integration Tests">
- <directory suffix="Test.php">testsuite</directory>
- </testsuite>
- <php>
- <ini name="date.timezone" value="America/Los_Angeles"/>
- </php>
- </phpunit>
|