Changed namespace to \\InfluxDB

This commit is contained in:
Stephen Hoogendijk
2015-06-23 09:19:24 +02:00
parent 0091131d6b
commit 54fbd31ce2
20 changed files with 74 additions and 74 deletions

View File

@@ -1,8 +1,8 @@
<?php
namespace Leaseweb\InfluxDB\Test;
namespace InfluxDB\Test;
use Leaseweb\InfluxDB\Client;
use InfluxDB\Client;
class ClientTest extends \PHPUnit_Framework_TestCase
{