mirror of
https://github.com/leonelquinteros/php-toml.git
synced 2025-01-17 04:18:17 +01:00
Fix travis test
This commit is contained in:
parent
5019f3562b
commit
551d27ac9a
@ -36,7 +36,7 @@
|
|||||||
*
|
*
|
||||||
* @author Leonel Quinteros https://github.com/leonelquinteros
|
* @author Leonel Quinteros https://github.com/leonelquinteros
|
||||||
*
|
*
|
||||||
* @version 0.4.0
|
* @version 0.4.1
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class Toml
|
class Toml
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
require("../src/toml.php");
|
require(__DIR__ . "/../src/toml.php");
|
||||||
|
|
||||||
Toml::parseFile('example.toml');
|
Toml::parseFile('example.toml');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user