Skip to content
Snippets Groups Projects

Feature/init

Merged Krzysztof Dyszczyk requested to merge feature/init into master
2 files
+ 12
11
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -29,7 +29,7 @@ class TestGetStrategy extends TestCase {
$this->prepare_get();
}
public function testAndClausesFailureTest() {
public function testAndClausesFailure() {
$strategy = new GetStrategy( [
[
self::true_1,
Loading