fix config tests
This commit is contained in:
parent
e991f209bc
commit
2333ebf0e7
@ -42,7 +42,7 @@ class SemanticScuttle_ConfigTest extends PHPUnit_Framework_TestCase
|
||||
'SemanticScuttle_Config',
|
||||
array('getDataDir')
|
||||
);
|
||||
$this->cfg->expects($this->once())
|
||||
$this->cfg->expects($this->any())
|
||||
->method('getDataDir')
|
||||
->will($this->returnValue('/data-dir/'));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user