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
+2 -2
View File
@@ -6,10 +6,10 @@
* Time: 17:39
*/
namespace Leaseweb\InfluxDB\Test;
namespace InfluxDB\Test;
use Leaseweb\InfluxDB\Point;
use InfluxDB\Point;
class PointTest extends \PHPUnit_Framework_TestCase
{