Rename test
This commit is contained in:
parent
d010b12667
commit
7f7d551312
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ final class PresentationTest extends ExistingSiteBase {
|
||||||
|
|
||||||
use PresentationCreationTrait;
|
use PresentationCreationTrait;
|
||||||
|
|
||||||
public function test_getting_past_events(): void {
|
public function test_only_past_events_are_returned(): void {
|
||||||
$presentation = $this->createPresentation(
|
$presentation = $this->createPresentation(
|
||||||
events: [
|
events: [
|
||||||
$this->createEvent(['field_date' => (new DrupalDateTime('today'))->format('U')]),
|
$this->createEvent(['field_date' => (new DrupalDateTime('today'))->format('U')]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue