/** * @test * @return void */ public function otherwiseTranslatesNoneForVoid() { $none = new None(); $this->assertInstanceOf('\\Ustream\\Option\\None', $none->otherwise(function () { })); }