fixed unit tests (broken by previous commit)

This commit is contained in:
Fabien Potencier 2011-04-19 14:09:00 +02:00
parent e09a0f9f80
commit 95d4bcc5db
3 changed files with 8 additions and 8 deletions

View File

@ -29,14 +29,14 @@ class Shell extends BaseShell
{
return <<<EOF
<info>
_____ __ ___
/ ____| / _| |__ \
_____ __ ___
/ ____| / _| |__ \
| (___ _ _ _ __ ___ | |_ ___ _ __ _ _ ) |
\___ \| | | | '_ ` _ \| _/ _ \| '_ \| | | | / /
____) | |_| | | | | | | || (_) | | | | |_| |/ /_
\___ \| | | | '_ ` _ \| _/ _ \| '_ \| | | | / /
____) | |_| | | | | | | || (_) | | | | |_| |/ /_
|_____/ \__, |_| |_| |_|_| \___/|_| |_|\__, |____|
__/ | __/ |
|___/ |___/
__/ | __/ |
|___/ |___/
</info>
EOF

View File

@ -43,7 +43,7 @@ namespace Foo
{
class Foo {}
}
namespace Bar
namespace Bar
{
class Foo {}
}

View File

@ -79,7 +79,7 @@ interfaces:
FooClass:
calls:
- [setBar, [someValue]]
services:
foo: