예제 #1
0
 /**
  * @covers Image\Canvas::getProperty
  */
 public function testGetProperty()
 {
     $this->object->openImage(dirname(__FILE__) . '/../image.png');
     $this->assertEquals('image.png', $this->object->getProperty('filename'));
 }