Refactor & fix coding standard

This commit is contained in:
Meritoo
2017-09-09 21:02:48 +02:00
parent e1ffb78214
commit bd7c874e88
12 changed files with 54 additions and 47 deletions

View File

@@ -9,6 +9,7 @@
namespace Meritoo\Common\Tests\Utilities;
use Meritoo\Common\Utilities\Arrays;
use PHPUnit_Framework_TestCase;
/**
* Tests of the useful arrays methods
@@ -16,7 +17,7 @@ use Meritoo\Common\Utilities\Arrays;
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
* @copyright Meritoo.pl
*/
class ArraysTest extends \PHPUnit_Framework_TestCase
class ArraysTest extends PHPUnit_Framework_TestCase
{
private $simpleArray;
private $simpleArrayWithKeys;