/
vr5
/
monobot
Обзор
Документация
Войти
/
vr5
/
monobot
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/TestCase.php
10 строк
163 B
Alexander Volosenkov
initial commit
01 апр 2018, 22:57
01 апр 2018, 22:57
ec42c4a
Код
Авторство
О чём код?
<?php namespace Tests; use Illuminate\Foundation\Testing\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { use CreatesApplication; }