Your IP : 216.73.216.170


Current Path : /home/bitrix/ext_www/ndn2.yacl.site/tests/
Upload File :
Current File : /home/bitrix/ext_www/ndn2.yacl.site/tests/TestCase.php

<?php

namespace Tests;

use Illuminate\Foundation\Testing\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
{
    use CreatesApplication;
}