You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
356 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <?php
  2. namespace Tests;
  3. use Tests\Base\AuthMethodsTrait;
  4. use Tests\Base\DynamicPolicyAndModelTrait;
  5. use Tests\Base\FactoryMethodsTrait;
  6. use Tests\Base\FreshMongodbDatabase;
  7. use Tests\Base\MockMethodsTrait;
  8. class Bootstrap extends TestCase
  9. {
  10. use AuthMethodsTrait,DynamicPolicyAndModelTrait,FactoryMethodsTrait,FreshMongodbDatabase,MockMethodsTrait;
  11. }