koel/tests/Integration/Factories/StreamerFactoryTest.php

14 lines
212 B
PHP
Raw Normal View History

2018-08-22 17:59:14 +00:00
<?php
namespace Tests\Integration\Factories;
use Tests\TestCase;
class StreamerFactoryTest extends TestCase
{
public function testCreate()
{
self::fail('Write the test you lazy ass.');
}
}