Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / spec / Drupal / DrupalExtension / Context / Annotation / ReaderSpec.php
1 <?php
2
3 namespace spec\Drupal\DrupalExtension\Context\Annotation;
4
5 use PhpSpec\ObjectBehavior;
6 use Prophecy\Argument;
7 use ReflectionMethod;
8
9 class ReaderSpec extends ObjectBehavior
10 {
11     function it_is_initializable()
12     {
13         $this->shouldHaveType('Drupal\DrupalExtension\Context\Annotation\Reader');
14     }
15 }