Nenhuma Descrição

TestCase.php 163B

1234567891011
  1. <?php
  2. namespace Tests;
  3. use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
  4. abstract class TestCase extends BaseTestCase
  5. {
  6. use CreatesApplication;
  7. }