koel/tests/Integration/Factories/StreamerFactoryTest.php
2018-08-22 19:59:14 +02:00

13 lines
212 B
PHP

<?php
namespace Tests\Integration\Factories;
use Tests\TestCase;
class StreamerFactoryTest extends TestCase
{
public function testCreate()
{
self::fail('Write the test you lazy ass.');
}
}