Tests - modify namespace "Meritoo\Common\Tests" -> "Meritoo\Common\Test"

This commit is contained in:
Meritoo
2017-09-11 19:57:36 +02:00
parent 5940ebba9a
commit 324f64f912
23 changed files with 28 additions and 28 deletions

View File

@@ -0,0 +1,20 @@
<?php
/**
* (c) Meritoo.pl, http://www.meritoo.pl
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Meritoo\Common\Test\Utilities\Reflection;
/**
* The B class.
* Used for testing the Reflection class.
*
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
* @copyright Meritoo.pl
*/
class B extends A
{
}