RunTests.php

<?php

require(__DIR__.'/Tests.php');
$tester = new \ROF\Resource\Tests();
$tester->runAll();