Skip to content

Commit

Permalink
test PR (#1)
Browse files Browse the repository at this point in the history
* test PR

* test PR2
  • Loading branch information
anazar authored May 14, 2019
1 parent 02278e8 commit 86dff25
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/MyClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ public function demo($a) {
return 1;
}
return 0;

// more stuff
}
}
}
7 changes: 6 additions & 1 deletion tests/MyClassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ public function testDemo() {
$x = new MyClass();
$this->assertEquals(1, $x->demo(1));
}
}

// meh


// meh
}

0 comments on commit 86dff25

Please sign in to comment.