Ejemplo n.º 1
0
 public function testPreUpdate()
 {
     $shoppingList = new ShoppingList();
     $shoppingList->preUpdate();
     $this->assertInstanceOf('\\DateTime', $shoppingList->getUpdatedAt());
 }