Example #1
0
 /**
  * @covers \MediaVorus\Media\Image::getChannels
  */
 public function testGetChannels()
 {
     $this->assertTrue(is_int($this->object->getChannels()));
     $this->assertEquals(3, $this->object->getChannels());
 }