Skip to content

Commit

Permalink
stop using relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Feb 3, 2014
1 parent d2a2d46 commit 6af6f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/namespace_imports.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ augmented_types.enforce_by_default = 1
--FILE--
<?php

include "helper/namespace1.php";
include "helper/namespace2.php";
include "tests/helper/namespace1.php";
include "tests/helper/namespace2.php";

$class2 = new Vendor\Package2\Class2();
$class2->test(new Vendor\Package1\Class1());
Expand Down

0 comments on commit 6af6f70

Please sign in to comment.