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