From 89df4e930d3937ceab0dde7b9554e4892c9ef7ab Mon Sep 17 00:00:00 2001 From: fab2s Date: Tue, 13 Feb 2018 08:00:27 +0000 Subject: [PATCH] clean up --- tests/TestCase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 3a261bb..ad9d0a4 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -135,8 +135,6 @@ function ($param = null) use ($stubPdo) { protected function getDataSet() { $max = $this->numRecords; - $nonce = 0; - $index = time(); $result = [ self::FROM_TABLE => [], self::JOIN_TABLE => [],