Files
librenms-librenms/tests/unit/ResultSetTest.php

12 lines
211 B
PHP
Raw Normal View History

2015-06-17 15:35:42 +02:00
<?php
namespace Leaseweb\InfluxDB\Test;
class ResultSetTest extends \PHPUnit_Framework_TestCase
{
public function testResultSetFromRaw()
{
$this->assertTrue(
false
);
}
}