Пример #1
0
 public function testConstructor()
 {
     $a = new Activity();
     $this->assertInstanceOf('DateTime', $a->getCreatedAt());
 }