Skip to content

Commit

Permalink
Merge pull request #1 from open-source-contributions/fix_namespace
Browse files Browse the repository at this point in the history
Using the ServerTest class name instead
  • Loading branch information
Baptouuuu committed Aug 31, 2020
2 parents 5cb383d + 0c613dd commit 1e8e940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
@@ -1,6 +1,6 @@
name: CI

on: [push]
on: [push, pull_request]

jobs:
phpunit:
Expand Down
2 changes: 1 addition & 1 deletion src/Gene.php
Expand Up @@ -21,6 +21,6 @@ public function name(): string;
public function express(
OperatingSystem $local,
Server $target,
History $History
History $history
): History;
}
2 changes: 1 addition & 1 deletion tests/ServerTest.php
Expand Up @@ -10,7 +10,7 @@
};
use PHPUnit\Framework\TestCase;

class RemoteServerTest extends TestCase
class ServerTest extends TestCase
{
public function testInterface()
{
Expand Down

0 comments on commit 1e8e940

Please sign in to comment.