/
vr5
/
monobot
Обзор
Документация
Войти
/
vr5
/
monobot
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/Unit/ExampleTest.php
19 строк
294 B
Alexander Volosenkov
initial commit
01 апр 2018, 22:57
01 апр 2018, 22:57
ec42c4a
Код
Авторство
О чём код?
<?php namespace Tests\Unit; use Tests\TestCase; use Illuminate\Foundation\Testing\RefreshDatabase; class ExampleTest extends TestCase { /** * A basic test example. * * @return void */ public function testBasicTest() { $this->assertTrue(true); } }