Specific event URLs override global URLs
This commit is contained in:
parent
fe67b623b8
commit
e43bfb30d2
3 changed files with 11 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue