Skip to content

Commit

Permalink
add test placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
Seretos committed Oct 5, 2018
1 parent 5c49041 commit d5e8f2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/api/ResultsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@ protected function setUp()

$this->results = new Results($this->mockApiConnector);
}

/**
* @test
*/
public function test(){
$this->assertSame('tst','tst');
}
}

0 comments on commit d5e8f2c

Please sign in to comment.