Skip to content

Commit

Permalink
Merge pull request #854 from ptarjan/master
Browse files Browse the repository at this point in the history
fix relative path to doctrine/common
  • Loading branch information
deeky666 committed Nov 23, 2013
2 parents 642d6e3 + a8ad906 commit 75d7ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Doctrine/Tests/ORM/Tools/SetupTest.php
Expand Up @@ -39,7 +39,7 @@ public function tearDown()

public function testDirectoryAutoload()
{
Setup::registerAutoloadDirectory(__DIR__ . "/../../../../../lib/vendor/doctrine-common/lib");
Setup::registerAutoloadDirectory(__DIR__ . "/../../../../../vendor/doctrine/common/lib");

$this->assertEquals($this->originalAutoloaderCount + 2, count(spl_autoload_functions()));
}
Expand Down

0 comments on commit 75d7ac2

Please sign in to comment.