Adding a test asset to play around with reflection and internal classes
This commit is contained in:
parent
fc3f233923
commit
56cb47c585
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Doctrine\Tests\Models\StockExchange;
|
||||
|
||||
use ArrayObject;
|
||||
|
||||
/**
|
||||
* A test asset extending {@see \ArrayObject}, useful for verifying internal classes issues with reflection
|
||||
*/
|
||||
class ArrayObjectExtendingClass extends ArrayObject
|
||||
{
|
||||
private $privateProperty;
|
||||
protected $protectedProperty;
|
||||
public $publicProperty;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user