Skip to content

Commit 1eb2bde

Browse files
author
Malte Riesch
committed
AbstractTableFactoryTest.php was PHP 5.4 specific, made it PHP 5.3 compatible
1 parent 4dcee14 commit 1eb2bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestDbAcle/Db/Table/TableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class TableTest extends \TestDbAcleTests\TestDbAcle\BaseTestCase
55
{
6-
protected $mockColumns = [];
6+
protected $mockColumns = array();
77

88
function setup()
99
{

0 commit comments

Comments
 (0)