/** * @test */ public function getWrappersIsValid() { $result = Ext_Io_Net_Stream::getWrappers(); $this->assertInternalType('array', $result); }