Commit b6d34a61 authored by Marco Pivetta's avatar Marco Pivetta

#869 - DBAL-1293 - Adding tests for array values

parent e5202c0f
......@@ -88,6 +88,8 @@ class TimeTest extends \Doctrine\Tests\DbalTestCase
[27],
[-1],
[1.2],
[[]],
[['an array']],
];
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment