Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BR0kEN- committed Apr 4, 2016
1 parent 7181dc6 commit 2df3a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EnvironmentLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function loaderConstructor()
}

// Reader was set in constructor.
static::assertTrue($this->isContainerHasDefinition(EnvironmentExtension::READER_TAG));
static::assertTrue($this->isContainerHasDefinition('behat.' . EnvironmentExtension::READER_TAG));
// Initializer must be defined.
static::assertTrue($this->isEnvironmentHasDefinition(ContextExtension::INITIALIZER_TAG));
// And must not be added to DI container.
Expand Down

0 comments on commit 2df3a1b

Please sign in to comment.