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