/** * @test */ public function shouldUserCustomFactory() { $encoder = Encoder::instance(); $this->assertInstanceOf(Encoder::class, $encoder); }