Skip to content

Commit 5aa5e9c

Browse files
committed
Call method on instance in test
1 parent b8d5595 commit 5aa5e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PEAR_Command_Install/upgrade/test_bug4060.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ $phpunit->assertNoErrors('setup install');
13391339
$fakelog->getDownload();
13401340
$fakelog->getLog();
13411341
$config->set('preferred_state', 'alpha');
1342-
test_PEAR_Command_Install::_reset_downloader();
1342+
$command->_reset_downloader();
13431343
$res = $command->run('upgrade', array(), array('Auth_HTTP'));
13441344

13451345
$dummy = null;

0 commit comments

Comments
 (0)