rewrite v0.8
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
// Configure error reporting
|
||||
ini_set('display_errors', 0);
|
||||
ini_set('log_errors', 1);
|
||||
ini_set('error_log', 'path/to/your/error.log');
|
||||
ini_set('error_log', 'error.log');
|
||||
|
||||
require_once 'vendor/autoload.php';
|
||||
use Symfony\Component\Yaml\Yaml;
|
||||
use Behat\Transliterator\Transliterator;
|
||||
|
||||
// Define variables
|
||||
$yamlFolder = "data/yaml/";
|
||||
|
||||
Reference in New Issue
Block a user