Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f7991df

Browse filesBrowse files
Merge branch '7.2' into 7.3
* 7.2: fix tests chore: fix some typos update Couchbase mirror for Ubuntu 24.04
2 parents 3ec30b6 + b03a806 commit f7991df
Copy full SHA for f7991df

File tree

Expand file treeCollapse file tree

4 files changed

+5
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+5
-4
lines changed

‎.github/workflows/integration-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/integration-tests.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: |
173173
echo "::group::apt-get update"
174174
sudo wget -O - https://packages.couchbase.com/clients/c/repos/deb/couchbase.key | sudo apt-key add -
175-
echo "deb https://packages.couchbase.com/clients/c/repos/deb/ubuntu2004 focal focal/main" | sudo tee /etc/apt/sources.list.d/couchbase.list
175+
echo "deb https://packages.couchbase.com/clients/c/repos/deb/ubuntu2404 noble noble/main" | sudo tee /etc/apt/sources.list.d/couchbase.list
176176
sudo apt-get update
177177
echo "::endgroup::"
178178

‎src/Symfony/Component/HttpFoundation/Tests/InputBagTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/InputBagTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function __toString(): string
7171
$this->assertSame('foo', $bag->getString('unknown', 'foo'), '->getString() returns the default if a parameter is not defined');
7272
$this->assertSame('1', $bag->getString('bool_true'), '->getString() returns "1" if a parameter is true');
7373
$this->assertSame('', $bag->getString('bool_false', 'foo'), '->getString() returns an empty empty string if a parameter is false');
74-
$this->assertSame('strval', $bag->getString('stringable'), '->getString() gets a value of a stringable paramater as string');
74+
$this->assertSame('strval', $bag->getString('stringable'), '->getString() gets a value of a stringable parameter as string');
7575
}
7676

7777
public function testGetStringExceptionWithArray()

‎src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public function __toString(): string
219219
$this->assertSame('foo', $bag->getString('unknown', 'foo'), '->getString() returns the default if a parameter is not defined');
220220
$this->assertSame('1', $bag->getString('bool_true'), '->getString() returns "1" if a parameter is true');
221221
$this->assertSame('', $bag->getString('bool_false', 'foo'), '->getString() returns an empty empty string if a parameter is false');
222-
$this->assertSame('strval', $bag->getString('stringable'), '->getString() gets a value of a stringable paramater as string');
222+
$this->assertSame('strval', $bag->getString('stringable'), '->getString() gets a value of a stringable parameter as string');
223223
}
224224

225225
public function testGetStringExceptionWithArray()

‎src/Symfony/Component/VarDumper/Tests/Caster/RdKafkaCasterTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Caster/RdKafkaCasterTest.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public function testDumpConf()
6161
client.id: "rdkafka"
6262
%A
6363
dr_msg_cb: "0x%x"
64+
%A
6465
}
6566
EODUMP;
6667

@@ -114,7 +115,7 @@ public function testDumpTopicConf()
114115
$expectedDump = <<<EODUMP
115116
RdKafka\TopicConf {
116117
request.required.acks: "%i"
117-
request.timeout.ms: "5000"
118+
request.timeout.ms: "%d"
118119
message.timeout.ms: "300000"
119120
%A
120121
auto.commit.enable: "true"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.