mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
@@ -137,6 +137,7 @@ class phpbb_extension_metadata_manager_test extends phpbb_database_test_case
|
||||
}
|
||||
|
||||
$json = json_decode(file_get_contents($this->phpbb_root_path . 'ext/vendor2/foo/composer.json'), true);
|
||||
array_walk_recursive($json, array($manager, 'sanitize_json'));
|
||||
|
||||
$this->assertEquals($metadata, $json);
|
||||
}
|
||||
|
Reference in New Issue
Block a user