Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-07-28 19:12:52 +0300
committersgiehl <stefan@piwik.org>2015-10-06 17:23:54 +0300
commitd8cd9454d4f213acfb8df0d155fc4da9ae0a7a81 (patch)
treebd96523f4bae4cf38210f276ff84a91e23c57cf0 /tests/PHPUnit/System/CliMultiTest.php
parente30de3346a74ea908ee1e9944dbc5686016e11a4 (diff)
starting to prepare the requirement of php 5.4
Diffstat (limited to 'tests/PHPUnit/System/CliMultiTest.php')
-rw-r--r--tests/PHPUnit/System/CliMultiTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/PHPUnit/System/CliMultiTest.php b/tests/PHPUnit/System/CliMultiTest.php
index 55e95e0066..23ea2e68a3 100644
--- a/tests/PHPUnit/System/CliMultiTest.php
+++ b/tests/PHPUnit/System/CliMultiTest.php
@@ -83,7 +83,6 @@ class CliMultiTest extends SystemTestCase
public function test_request_shouldRunAsync()
{
- $this->skipWhenPhp53();
$this->assertTrue($this->cliMulti->supportsAsync);
}
@@ -143,7 +142,6 @@ class CliMultiTest extends SystemTestCase
*/
public function test_request_shouldDetectFinishOfRequest_IfNoParamsAreGiven()
{
- $this->skipWhenPhp53();
$this->cliMulti->runAsSuperUser();
$response = $this->cliMulti->request(array($this->completeUrl('')));
$this->assertStringStartsWith('Error in Piwik: Error: no website was found', $response[0]);
@@ -151,7 +149,6 @@ class CliMultiTest extends SystemTestCase
public function test_request_shouldBeAbleToRenderARegularPageInPiwik()
{
- $this->skipWhenPhp53();
Fixture::createWebsite('2014-01-01 00:00:00');
$urls = array($this->completeUrl('/?module=Widgetize&idSite=1&period=day&date=today'));