Exemplo n.º 1
0
 /**
  * @test
  *
  * @group entity
  * @group group-entity
  */
 public function testThatSettingDeletedWorks()
 {
     $subscription = new Subscription();
     $subscription->setDeleted(new \DateTime());
     $this->assertNotNull($subscription->getDeleted());
 }