From 6ead0d23d4e77048ce45aae5fcb2519c5544856b Mon Sep 17 00:00:00 2001 From: sgiehl Date: Tue, 22 Mar 2016 22:01:12 +0100 Subject: adds test --- plugins/Goals/tests/Integration/APITest.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/Goals/tests/Integration/APITest.php b/plugins/Goals/tests/Integration/APITest.php index 913bebf0a6..7dcb79eef5 100644 --- a/plugins/Goals/tests/Integration/APITest.php +++ b/plugins/Goals/tests/Integration/APITest.php @@ -62,6 +62,13 @@ class APITest extends IntegrationTestCase $this->assertGoal($idGoal, 'MyName', 'url', 'http://www.test.de', 'exact', 1, 50, 1); } + public function test_addGoal_ShouldSucceed_IfExactPageTitle() + { + $idGoal = $this->api->addGoal($this->idSite, 'MyName', 'title', 'normal title', 'exact', true, 50, true); + + $this->assertGoal($idGoal, 'MyName', 'title', 'normal title', 'exact', 1, 50, 1); + } + /** * @expectedException \Exception * @expectedExceptionMessage Goals_ExceptionInvalidMatchingString -- cgit v1.2.3