Skip to content

Commit

Permalink
[view] bugfix. file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Dec 17, 2023
1 parent c3d6f27 commit 6acbd6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/database/sfDatabaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

require_once __DIR__.'/../sfContext.class.php';
require_once __DIR__.'/../fixtures/myDatabase.php';
require_once __DIR__.'/../sfParameterHolderTestCase.php';
require_once __DIR__.'/../sfParameterHolderProxyTestCase.php';

/**
* @internal
Expand Down
2 changes: 1 addition & 1 deletion tests/filter/sfFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

require_once __DIR__.'/../sfContext.class.php';
require_once __DIR__.'/../sfParameterHolderTestCase.php';
require_once __DIR__.'/../sfParameterHolderProxyTestCase.php';
require_once __DIR__.'/../fixtures/myFilter.php';

/**
Expand Down
File renamed without changes.

0 comments on commit 6acbd6a

Please sign in to comment.