X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fdrupal-driver%2Fspec%2FDrupal%2FDriver%2FException%2FBootstrapExceptionSpec.php;fp=vendor%2Fdrupal%2Fdrupal-driver%2Fspec%2FDrupal%2FDriver%2FException%2FBootstrapExceptionSpec.php;h=0000000000000000000000000000000000000000;hp=c18721dec3eacc9806808f964c1d36cbdb055e81;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/drupal/drupal-driver/spec/Drupal/Driver/Exception/BootstrapExceptionSpec.php b/vendor/drupal/drupal-driver/spec/Drupal/Driver/Exception/BootstrapExceptionSpec.php deleted file mode 100644 index c18721dec..000000000 --- a/vendor/drupal/drupal-driver/spec/Drupal/Driver/Exception/BootstrapExceptionSpec.php +++ /dev/null @@ -1,19 +0,0 @@ -beConstructedWith('Failed to bootstrap!'); - } - - function it_is_initializable() - { - $this->shouldHaveType('Drupal\Driver\Exception\BootstrapException'); - } -}