Browse Source

small fixes in tests and examples

tags/0.6
Paul Rock 7 years ago
parent
commit
96881efbef
  1. 2
      examples/export.php
  2. 2
      tests/ClientTest.php

2
examples/export.php

@ -10,7 +10,7 @@ use \RouterOS\Query;
// Create config object with parameters
$config =
(new Config())
->set('host', '192.168.1.3')
->set('host', '127.0.0.1')
->set('pass', 'admin')
->set('user', 'admin');

2
tests/ClientTest.php

@ -6,9 +6,7 @@ use PHPUnit\Framework\TestCase;
use RouterOS\Client;
use RouterOS\Query;
use RouterOS\Config;
use RouterOS\Exceptions\Exception;
use RouterOS\Exceptions\ClientException;
use RouterOS\Exceptions\ConfigException;
class ClientTest extends TestCase
{

Loading…
Cancel
Save