Current File : /home/jvzmxxx/wiki1/vendor/data-values/validators/tests/bootstrap.php
<?php

if ( PHP_SAPI !== 'cli' ) {
	die( 'Not an entry point' );
}

$pwd = getcwd();
chdir( __DIR__ . '/..' );
passthru( 'composer update' );
chdir( $pwd );

require_once( __DIR__ . '/../vendor/autoload.php' );