palette = new \ivuorinen\Palette\Palette(); $this->assertInstanceOf('ivuorinen\Palette\Palette', $this->palette); $this->assertInternalType('integer', $this->palette->precision); $this->assertInternalType('integer', $this->palette->returnColors); $this->assertInternalType('array', $this->palette->colorsArray); $this->assertInternalType('null', $this->palette->filename); $this->assertInternalType('string', $this->palette->destination); } }