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

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

public testSmartCrop ( )
    public function testSmartCrop()
    {
        $commandSet = new CommandSet();
        $commandSet->smartCrop(true);
        $this->assertEquals(array('smart'), $commandSet->toArray());
    }