File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/system/Database/Live/OCI8 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ protected function setUp(): void
3838
3939 public function testCallPackageProcedure (): void
4040 {
41- $ result = 0 ;
41+ $ result = ' 0 ' ;
4242
4343 $ this ->db ->storedProcedure ('calculator.plus ' , [
4444 [
@@ -55,12 +55,12 @@ public function testCallPackageProcedure(): void
5555 ],
5656 ]);
5757
58- $ this ->assertSame (7 , $ result );
58+ $ this ->assertSame (' 7 ' , $ result );
5959 }
6060
6161 public function testCallStoredProcedure (): void
6262 {
63- $ result = 0 ;
63+ $ result = ' 0 ' ;
6464
6565 $ this ->db ->storedProcedure ('plus ' , [
6666 [
@@ -77,7 +77,7 @@ public function testCallStoredProcedure(): void
7777 ],
7878 ]);
7979
80- $ this ->assertSame (7 , $ result );
80+ $ this ->assertSame (' 7 ' , $ result );
8181 }
8282
8383 public function testCallStoredProcedureForCursor (): void
You can’t perform that action at this time.
0 commit comments