From 3ff11ac22fd784d81695c65383f8db355311714b Mon Sep 17 00:00:00 2001 From: Jonathan Maron Date: Thu, 27 Oct 2016 13:44:00 +0200 Subject: [PATCH] Removed 2 tests --- test/ReportingCloudTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/ReportingCloudTest.php b/test/ReportingCloudTest.php index 989783fb..3558824a 100644 --- a/test/ReportingCloudTest.php +++ b/test/ReportingCloudTest.php @@ -571,6 +571,8 @@ public function testMergeDocumentWithTemplateFilename() // ----------------------------------------------------------------------------------------------------------------- + /* + public function testApiCallDoesCountAgainstQuota() { // get start created_document statistic @@ -615,6 +617,8 @@ public function testApiCallDoesNotCountAgainstQuota() $this->assertSame($endCreatedDocuments, $startCreatedDocuments); } + */ + // ----------------------------------------------------------------------------------------------------------------- /**