Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fixed typos #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
14 commits merged into from
Feb 26, 2011
Prev Previous commit
Next Next commit
[SecurityBundle] Fixed typo
  • Loading branch information
pborreli committed Feb 26, 2011
commit added08c92ecd2476c9f3d58b2442b172b370905
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ public function testMainConfigTreeWithFactories()
$config = $processor->process($tree, array($config));

$this->assertFalse(array_key_exists('factory', $config), 'The factory key is silently removed without an exception');
$this->assertEquals(array(), $config['factories'], 'The factories key is jsut an empty array');
$this->assertEquals(array(), $config['factories'], 'The factories key is just an empty array');
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.