Skip to content

Commit

Permalink
Merge pull request eyecatchup#2 from ClemensSahs/hotfix/sistrix-wip-m…
Browse files Browse the repository at this point in the history
…ore-test

add more test
  • Loading branch information
tholu committed Aug 11, 2014
2 parents db4f278 + eaf3399 commit 6d93ba4
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions tests/SEOstatsTest/Services/SistrixTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,83 @@ public function testGetVisibilityIndexByApi($version, $result, $status)
}

$this->assertEquals($assertValue, $result);
}

/**
* @group sistrix
*/
public function testGetApiCredits()
{
$this->markAsIncomplete();
}

/**
* @group sistrix
*/
public function testCheckApiCredits()
{
$this->markAsIncomplete();
}

/**
* @group sistrix
*/
public function testHasApiKey()
{
$this->markAsIncomplete();
}

/**
* @group sistrix
*/
public function testGuardApiCredits()
{
$this->markAsIncomplete();
}

/**
* @group sistrix
*/
public function testCheckDatabase()
{
$this->markAsIncomplete();
}

/**
* @group sistrix
*/
public function testGetDomainFromUrl()
{
$this->markAsIncomplete();
}

/**
* @group sistrix
*/
public function testGetValidDatabase()
{
$this->markAsIncomplete();
}

/**
* @group sistrix
*/
public function testGuardDatabaseIsValid()
{
$this->markAsIncomplete();
}

/**
* @group sistrix
*/
public function testGuardDomainIsValid()
{
$this->markAsIncomplete();
}





public function providerTestGetPageMetrics()
{
Expand Down

0 comments on commit 6d93ba4

Please sign in to comment.