PATH:
home
/
lab2454c
/
healthvalidate.com
/
vendor
/
cloudinary
/
cloudinary_php
/
tests
/
Unit
/
Transformation
/
Image
<?php /** * This file is part of the Cloudinary PHP package. * * (c) Cloudinary * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Cloudinary\Test\Unit\Transformation\Image; use Cloudinary\Transformation\RoundCorners; use PHPUnit\Framework\TestCase; /** * Class ImageRoundCornersTest */ final class ImageRoundCornersTest extends TestCase { public function testImageRoundCorners() { self::assertEquals( 'r_max', (string)RoundCorners::max() ); self::assertEquals( 'r_17', (string)RoundCorners::byRadius(17) ); } }
[-] ImageRoundCornersTest.php
[edit]
[-] OverUnderlayTest.php
[edit]
[-] QualityTest.php
[edit]
[+]
..
[-] VariableTest.php
[edit]
[-] AnimatedEditTest.php
[edit]
[-] ResizeTest.php
[edit]
[-] QualifierTest.php
[edit]
[-] ResizeFactoryTest.php
[edit]
[-] TextStyleTest.php
[edit]
[-] ImageShapeTest.php
[edit]