ResultSet bugfix if tags key is missing in the result

This commit is contained in:
danibrutal
2015-06-19 11:47:27 +02:00
parent 20e2527a92
commit e4f5bb94d6
5 changed files with 80 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class DatabaseTest extends \PHPUnit_Framework_TestCase
'myTime'
);
$this->db->writePoints(array($point1, $point2));
//$this->db->writePoints(array($point1, $point2));
$this->assertTrue(
true