mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Adding unit tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Leaseweb\InfluxDB\Test;
|
||||
|
||||
class ResultSetTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testResultSetFromRaw()
|
||||
{
|
||||
$this->assertTrue(
|
||||
false
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user