We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b5e15 commit 3f63186Copy full SHA for 3f63186
test/Integration/AbstractIntegrationTestCase.php
@@ -19,8 +19,6 @@
19
20
abstract class AbstractIntegrationTestCase extends TestCase
21
{
22
- private const POSTGRES_BLOCK_SIZE = 4294967296;
23
-
24
private const MODE_EXCLUSIVE = 'ExclusiveLock';
25
private const MODE_SHARE = 'ShareLock';
26
0 commit comments