Thumbor\Url\CommandSetTest::testResize PHP Метод

testResize() публичный Метод

public testResize ( )
    public function testResize()
    {
        $commandSet = new CommandSet();
        $commandSet->resize(5, 6);
        $this->assertEquals(array('5x6'), $commandSet->toArray());
    }