Quantcast
Viewing all articles
Browse latest Browse all 293242

MTimeProtectedFileStorageTest fails on a clean drupal installation

      $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.

Viewing all articles
Browse latest Browse all 293242

Trending Articles