We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8025feb commit d36841cCopy full SHA for d36841c
1 file changed
tests/Mf2/MicroformatsTestSuiteTest.php
@@ -9,7 +9,7 @@ class MicroformatsTestSuiteTest extends \PHPUnit_Framework_TestCase
9
*/
10
public function testFromTestSuite($input, $expectedOutput)
11
{
12
- $parser = new \Mf2\Parser($input);
+ $parser = new \Mf2\Parser($input, 'http://example.com/');
13
$this->assertEquals(
14
$this->makeComparible(json_decode($expectedOutput, true)),
15
$this->makeComparible(json_decode(json_encode($parser->parse()), true))
0 commit comments