Moved old tests
This commit is contained in:
parent
e93fd81002
commit
b751b39548
12 changed files with 33 additions and 13 deletions
6
tests/old_tests/composer/parse_json.php
Normal file
6
tests/old_tests/composer/parse_json.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
require(__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'autoload.php');
|
||||
|
||||
$example = \ncc\Utilities\IO::fread(__DIR__ . DIRECTORY_SEPARATOR . 'json_example.json');
|
||||
var_dump(\ncc\Objects\ComposerJson::fromArray(json_decode($example, true)));
|
Loading…
Add table
Add a link
Reference in a new issue