We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ef853 commit 14e78b0Copy full SHA for 14e78b0
tests/Pools/Scopes/ConnectionTestScope.php
@@ -25,7 +25,7 @@ public function testConnectionGetID(): void
25
{
26
$this->execute(function (): void {
27
$this->setUpConnection();
28
- $this->assertSame(null, $this->connectionObject->getID());
+ $this->assertSame('', $this->connectionObject->getID());
29
30
$this->connectionObject->setID('test');
31
@@ -37,7 +37,7 @@ public function testConnectionSetID(): void
37
38
39
40
41
42
$this->assertInstanceOf(Connection::class, $this->connectionObject->setID('test'));
43
0 commit comments