Current File : /home/itiffy/public_html/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/SampleSubClass.php
<?php
namespace Hamcrest\Core;

class SampleSubClass extends \Hamcrest\Core\SampleBaseClass
{
}