$storageFactory = new PhpStorageFactory();
$php = $this->storageFactory->get('simpletest');
So this seems to assume that the simpletest directory is already created, which is probably true
in most cases but it shouldn't be true for a PHPUnitTest.