1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-07 13:56:31 +02:00

Update require paths in tests

This commit is contained in:
Daniel St. Jules
2014-03-09 20:12:53 -04:00
parent bcd87c69b8
commit 7832e22e09
2 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
<?php <?php
$base = realpath(dirname(__FILE__) . '/..'); require __DIR__ . '/../src/StaticStringy.php';
require("$base/src/StaticStringy.php");
use Stringy\StaticStringy as S; use Stringy\StaticStringy as S;

View File

@@ -1,7 +1,6 @@
<?php <?php
$base = realpath(dirname(__FILE__) . '/..'); require __DIR__ . '/../src/Stringy.php';
require("$base/src/Stringy.php");
use Stringy\Stringy as S; use Stringy\Stringy as S;