You are here

public function focalPointTest::testFocalPoint in Focal Point 7

Test Focal Point.

@dataProvider parseFocalPointProvider @codingStandardsIgnoreEnd

File

test/FocalPointTest.php, line 23

Class

focalPointTest
Class for Focal Point Test.

Code

public function testFocalPoint($focal_point, $expected) {
  $this
    ->assertSame($expected, focal_point_parse($focal_point));
}