mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
First, initial commit
This commit is contained in:
14
tests/Meritoo/Common/Tests/Utilities/Reflection/D.php
Normal file
14
tests/Meritoo/Common/Tests/Utilities/Reflection/D.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Meritoo\Common\Tests\Utilities\Reflection;
|
||||
|
||||
/**
|
||||
* The D class.
|
||||
* Used for testing the Reflection class.
|
||||
*
|
||||
* @author Krzysztof Niziol <krzysztof.niziol@meritoo.pl>
|
||||
* @copyright Meritoo.pl
|
||||
*/
|
||||
class D
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user