/** * @dataProvider provider */ public function testParse($parsed, $spec, $exposed, $input) { $this->assertEquals($parsed, Port::parse($input)); }