From 49334e4d9c278d33ce9fd4195b5a12af99821be2 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 18 Jul 2022 11:21:03 +0200 Subject: Fix many tests and warnings Signed-off-by: Carl Schwan --- tests/lib/App/DependencyAnalyzerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/lib/App/DependencyAnalyzerTest.php b/tests/lib/App/DependencyAnalyzerTest.php index 1e37948d783..75cc991cf99 100644 --- a/tests/lib/App/DependencyAnalyzerTest.php +++ b/tests/lib/App/DependencyAnalyzerTest.php @@ -35,7 +35,7 @@ class DependencyAnalyzerTest extends TestCase { ->willReturn('5.4.3'); $this->platformMock->expects($this->any()) ->method('getIntSize') - ->willReturn('4'); + ->willReturn(4); $this->platformMock->expects($this->any()) ->method('getDatabase') ->willReturn('mysql'); -- cgit v1.2.3