X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fdrupal-driver%2Fspec%2FDrupal%2FDriver%2FException%2FUnsupportedDriverActionExceptionSpec.php;fp=vendor%2Fdrupal%2Fdrupal-driver%2Fspec%2FDrupal%2FDriver%2FException%2FUnsupportedDriverActionExceptionSpec.php;h=84a465e4dd95c95575a8bb5e2945f4286cb45c06;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 diff --git a/vendor/drupal/drupal-driver/spec/Drupal/Driver/Exception/UnsupportedDriverActionExceptionSpec.php b/vendor/drupal/drupal-driver/spec/Drupal/Driver/Exception/UnsupportedDriverActionExceptionSpec.php new file mode 100644 index 000000000..84a465e4d --- /dev/null +++ b/vendor/drupal/drupal-driver/spec/Drupal/Driver/Exception/UnsupportedDriverActionExceptionSpec.php @@ -0,0 +1,26 @@ +beConstructedWith('Unsupported action in %s driver!', $driver); + } + + function it_is_initializable() + { + $this->shouldHaveType('Drupal\Driver\Exception\UnsupportedDriverActionException'); + } + + function it_should_get_the_driver() + { + $this->getDriver()->shouldBeAnInstanceOf('Drupal\Driver\DriverInterface'); + } +}