Exemplo n.º 1
0
 public function testShowFutureEntriesScope()
 {
     $this->assertThat(Title::showFutureEntries(true)->where('entry_date', '>', time())->get(), new CollectionPropertyCompareDateTimeConstraint(time(), 'entry_date', '>'));
 }