phpunit.php 433 B

123456789101112131415161718
  1. <?php
  2. /*
  3. * This file is part of ibrand/laravel-shopping-cart.
  4. *
  5. * (c) iBrand <https://www.ibrand.cc>
  6. *
  7. * For the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. */
  10. require __DIR__.'/vendor/autoload.php';
  11. date_default_timezone_set('UTC');
  12. require __DIR__.'/tests/CartTestTrait.php';
  13. require __DIR__.'/tests/Product.php';
  14. require __DIR__.'/tests/User.php';