Skip to content

Commit

Permalink
[test] fixed libdir path
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Dec 20, 2023
1 parent 3dd7681 commit 9a601ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test/Symfony1ProjectTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Symfony1ProjectTestCase extends TestCase
public function resetSfConfig()
{
sfConfig::clear();
sfConfig::set('sf_symfony_lib_dir', realpath(__DIR__.'/../lib'));
sfConfig::set('sf_symfony_lib_dir', realpath(__DIR__.'/../'));
sfConfig::set('sf_test_cache_dir', sys_get_temp_dir().'/sf_test_project');
}

Expand Down

0 comments on commit 9a601ac

Please sign in to comment.