Added Runtime extensions checker
This commit is contained in:
parent
7429420781
commit
50d522dac6
2 changed files with 40 additions and 0 deletions
5
tests/utils/runtime_extensions.php
Normal file
5
tests/utils/runtime_extensions.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
require(__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'autoload.php');
|
||||
|
||||
var_dump(\ncc\Utilities\Validate::requiredExtensions());
|
Loading…
Add table
Add a link
Reference in a new issue