public function testGetSetCreatedTime()
 {
     $expected = new \DateTime('2013-11-22T04:03:02');
     $this->note->setCreatedTime($expected);
     $this->assertEquals($expected, $this->note->getCreatedTime());
 }