Skip to content

Commit 37e0236

Browse files
committed
Updated to 1.1.6 version
1 parent 0fc4c8d commit 37e0236

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/JsonTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public function testExternalFileToArray()
123123
$file = 'https://raw.githubusercontent.com/Josantonius/PHP-Json/master/composer.json';
124124

125125
$this->assertArrayHasKey('name', $this->Json->fileToArray($file));
126-
$this->assertArrayHasKey('version', $this->Json->fileToArray($file));
127126
$this->assertArrayHasKey('type', $this->Json->fileToArray($file));
128127
}
129128

0 commit comments

Comments
 (0)