Skip to content

Commit f76b254

Browse files
committed
Port in Memchached beholder test case has to be an integer
1 parent 6a29cf6 commit f76b254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Jyxo/Beholder/TestCase/MemcachedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function testConnectionFailure()
4141
}
4242

4343
$ip = '127.0.0.1';
44-
$port = '12345';
44+
$port = 12345;
4545

4646
$test = new Memcached('Memcached', $ip, $port);
4747
// @ on purpose

0 commit comments

Comments
 (0)