Skip to content
Extraits de code Groupes Projets
Valider 221ccbc9 rédigé par benakamoorthi's avatar benakamoorthi
Parcourir les fichiers

Properly test some @ignore'd functions in OneVisitorTwoVisits.

git-svn-id: http://dev.piwik.org/svn/trunk@7071 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 6b6e9380
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Affichage de
avec 31 ajouts et 1 suppression
...@@ -33,7 +33,17 @@ class Test_Piwik_Integration_OneVisitorTwoVisits extends IntegrationTestCase ...@@ -33,7 +33,17 @@ class Test_Piwik_Integration_OneVisitorTwoVisits extends IntegrationTestCase
throw new PHPUnit_Framework_SkippedTestSuiteError($e->getMessage()); throw new PHPUnit_Framework_SkippedTestSuiteError($e->getMessage());
} }
} }
public function setUp()
{
Piwik_API_Proxy::getInstance()->setHideIgnoredFunctions(false);
}
public function tearDown()
{
Piwik_API_Proxy::getInstance()->setHideIgnoredFunctions(true);
}
/** /**
* @dataProvider getApiForTesting * @dataProvider getApiForTesting
* @group Integration * @group Integration
......
<?xml version="1.0" encoding="utf-8" ?>
<result />
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<result>100</result>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<result>2</result>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<result>2</result>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<result>43</result>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<result>1</result>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<result>1</result>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<result>1</result>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<result>0</result>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" ?>
<result>1</result>
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter