mirror of
https://github.com/koel/koel
synced 2024-12-19 17:13:09 +00:00
14 lines
212 B
PHP
14 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.');
|
||
|
}
|
||
|
}
|