Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
devosc committed Jan 7, 2019
1 parent dd24366 commit f2e1088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin/SharedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function test_shared_plugin_with_args()
]
]);

$this->assertEquals('bar', $app->plugin('foobar', [['foo' => 'bar']])['foo']);
$this->assertEquals('bar', $app->plugin('foobar', [['foo' => 'baz']])['foo']);
$this->assertEquals('baz', $app->plugin('foobar', [['foo' => 'baz']])['foo']);
$this->assertEquals('baz', $app->plugin('foobar', [['foo' => 'bat']])['foo']);
}
}

0 comments on commit f2e1088

Please sign in to comment.