You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
334 B
30 lines
334 B
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: pasha
|
|
* Date: 23.08.18
|
|
* Time: 0:43
|
|
*/
|
|
|
|
namespace RouterOS\Tests;
|
|
|
|
use RouterOS\Config;
|
|
|
|
class ConfigTest extends \PHPUnit_Framework_TestCase
|
|
{
|
|
|
|
public function testGetParameters()
|
|
{
|
|
|
|
}
|
|
|
|
public function testSet()
|
|
{
|
|
|
|
}
|
|
|
|
public function testGet()
|
|
{
|
|
|
|
}
|
|
}
|