ソースを参照

fix unit tests

tags/v8.2beta1
Morris Jobke 9年前
コミット
8bc4a10dbe
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      tests/lib/setup.php

+ 2
- 2
tests/lib/setup.php ファイルの表示

@@ -76,7 +76,7 @@ class Test_OC_Setup extends \Test\TestCase {
$this->assertSame(array(), $result);
}

public function testGetSupportedDatabasesWitAllWorking() {
public function testGetSupportedDatabasesWithAllWorking() {
$this->config
->expects($this->once())
->method('getSystemValue')
@@ -88,7 +88,7 @@ class Test_OC_Setup extends \Test\TestCase {
->method('class_exists')
->will($this->returnValue(true));
$this->setupClass
->expects($this->exactly(4))
->expects($this->exactly(3))
->method('is_callable')
->will($this->returnValue(true));
$result = $this->setupClass->getSupportedDatabases();

読み込み中…
キャンセル
保存