Пример #1
0
 public function testAllowGetContentSetInConstructor()
 {
     $image = new Binary('theContent', 'image/png', 'png');
     $this->assertEquals('theContent', $image->getContent());
 }