Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Removed non-required tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmaron committed Mar 6, 2019
1 parent a88aceb commit 315e77b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/GetTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ public function testGetFontList(): void
{
$fonts = $this->reportingCloud->getFontList();

$this->assertTrue(is_array($fonts));

$this->assertContains('Times New Roman', $fonts);
$this->assertContains('Arial', $fonts);
$this->assertContains('Courier New', $fonts);
Expand Down Expand Up @@ -306,8 +304,6 @@ public function testGetTemplateCount(): void

$response = $this->reportingCloud->getTemplateCount();

$this->assertTrue(is_int($response));

$this->assertGreaterThan(0, $response);

$response = $this->reportingCloud->deleteTemplate($tempTemplateName);
Expand Down

0 comments on commit 315e77b

Please sign in to comment.