X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrupal%2Fdrupal-driver%2Fspec%2FDrupal%2FDriver%2FCores%2FDrupal8Spec.php;fp=vendor%2Fdrupal%2Fdrupal-driver%2Fspec%2FDrupal%2FDriver%2FCores%2FDrupal8Spec.php;h=a73162e5a15c1f104d902163fff520ba7e4460a3;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hp=0000000000000000000000000000000000000000;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68;p=yaffs-website diff --git a/vendor/drupal/drupal-driver/spec/Drupal/Driver/Cores/Drupal8Spec.php b/vendor/drupal/drupal-driver/spec/Drupal/Driver/Cores/Drupal8Spec.php new file mode 100644 index 000000000..a73162e5a --- /dev/null +++ b/vendor/drupal/drupal-driver/spec/Drupal/Driver/Cores/Drupal8Spec.php @@ -0,0 +1,26 @@ +beConstructedWith('path', 'http://www.example.com', $random); + } + + function it_is_initializable() + { + $this->shouldHaveType('Drupal\Driver\Cores\Drupal8'); + } + + function it_should_return_a_random_generator() + { + $this->getRandom()->shouldBeAnInstanceOf('Drupal\Component\Utility\Random'); + } +}