We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532ae6a commit 5873c82Copy full SHA for 5873c82
tests/DataTest.php
@@ -121,7 +121,7 @@ public function testBuildFromFile()
121
122
public function testBuildFromUrl()
123
{
124
- $url = 'http://via.placeholder.com/350x150';
+ $url = 'http://via.placeholder.com/350x150.png';
125
$dataURI = DataURI\Data::buildFromUrl($url);
126
$this->assertInstanceOf('DataURI\Data', $dataURI);
127
$this->assertEquals('image/png', $dataURI->getMimeType());
0 commit comments