DIR: /home/otwalrll/.trash/wp-content/plugins/wpdatatables/lib/analog/analog/tests/ |
Current File : /home/otwalrll/.trash/wp-content/plugins/wpdatatables/lib/analog/analog/tests/bootstrap.php |
<?php $filename = __DIR__ .'/../vendor/autoload.php'; if (!file_exists($filename)) { throw new Exception("You need to execute `composer install` before running the tests. (vendors are required for test execution)"); } require_once $filename; |