Skip to content

Commit

Permalink
Improve code style (fixes #40)
Browse files Browse the repository at this point in the history
  • Loading branch information
foglcz committed Nov 27, 2017
1 parent 628275b commit a9ec417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/IntegrationTests/ItemPropertiesSetupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
class ItemPropertiesSetupTest extends IntegrationTestCase
{
/**
* In Matej's component MGW, this will throw an error, because the property isn't defined.
* In Matej's Mongo Worker, this will throw an error, because the property isn't defined.
* The API will however return OK. This is desired behaviour.
*
* @test
*/
public function shouldExecuteEventWithUnknownPropertyButPassOk(): void
public function shouldExecuteRequestContainingUnknownPropertyButPass(): void
{
$response = $this->createMatejInstance()
->request()
Expand All @@ -42,7 +42,7 @@ public function shouldExecuteEventWithUnknownPropertyButPassOk(): void

/**
* @test
* @depends shouldExecuteEventWithUnknownPropertyButPassOk
* @depends shouldExecuteRequestContainingUnknownPropertyButPass
*/
public function shouldCreateNewPropertiesInMatej(): void
{
Expand Down

0 comments on commit a9ec417

Please sign in to comment.