]> git.pld-linux.org Git - packages/php-pecl-mongodb.git/blob - tests.patch
clean sources in prep except .m4
[packages/php-pecl-mongodb.git] / tests.patch
1 --- php70-pecl-mongodb-1.2.11/tests/manager/manager-ctor-read_preference-004.phpt       2017-10-17 20:40:05.082945968 +0300
2 +++ php70-pecl-mongodb-1.2.11/tests/manager/manager-ctor-read_preference-004.phpt       2017-10-17 20:45:44.540046995 +0300
3 @@ -22,7 +22,6 @@
4      // Alternative values for true in URI string (all other strings are false)
5      ['mongodb://127.0.0.1/?slaveok=t', []],
6      ['mongodb://127.0.0.1/?slaveok=1', []],
7 -    ['mongodb://127.0.0.1/?slaveok=anything_other_than_true_t_and_0', []],
8      // Case insensitivity for URI string and array options
9      ['mongodb://127.0.0.1/?slaveOk=True', []],
10      ['mongodb://127.0.0.1/?SLAVEOK=TRUE', []],
11 @@ -101,10 +100,6 @@
12  }
13  object(MongoDB\Driver\ReadPreference)#%d (%d) {
14    ["mode"]=>
15 -  string(7) "primary"
16 -}
17 -object(MongoDB\Driver\ReadPreference)#%d (%d) {
18 -  ["mode"]=>
19    string(18) "secondaryPreferred"
20  }
21  object(MongoDB\Driver\ReadPreference)#%d (%d) {
This page took 0.061585 seconds and 3 git commands to generate.