Specific event URLs override global URLs

This commit is contained in:
Oliver Davies 2020-01-28 22:34:11 +00:00
parent fe67b623b8
commit e43bfb30d2
3 changed files with 11 additions and 3 deletions

View file

@ -150,4 +150,10 @@ class RetrievingEventsTest extends TestCase
$this->assertCount(1, $events);
$this->assertSame('drupal_developer_days_2018', $events->pluck('event')->first());
}
/** @test */
public function specific_event_urls_override_global_urls()
{
$this->markTestSkipped();
}
}