Skip to content

Commit

Permalink
Изменение неймспейса
Browse files Browse the repository at this point in the history
  • Loading branch information
Malofeykin Andrey committed Sep 7, 2015
1 parent 28dacf1 commit ed9fbed
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 163 deletions.
318 changes: 159 additions & 159 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/phpunit/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ protected static function initAutoloader()
'namespaces' => [
'OldTown\\EventBuss' => __DIR__ . '/../../src/',
__NAMESPACE__ => __DIR__ . '/tests/',
'OldTown\\EventBuss\\PhpUnit\\TestData' => __DIR__ . '/_files',
'OldTown\\EventBuss\\PhpUnit\\RabbitMqTestUtils' => __DIR__ . '/rabbit-mq-test-util',
'OldTown\\EventBus\\PhpUnit\\TestData' => __DIR__ . '/_files',
'OldTown\\EventBus\\PhpUnit\\RabbitMqTestUtils' => __DIR__ . '/rabbit-mq-test-util',
]
]
]);
Expand Down
4 changes: 2 additions & 2 deletions test/phpunit/_files/application.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

return [
'modules' => [
'OldTown\\EventBuss'
'OldTown\\EventBus'
],
'module_listener_options' => [
'module_paths' => [
'OldTown\\EventBuss' => __DIR__ . '/../../'
'OldTown\\EventBus' => __DIR__ . '/../../'
]
]
];

0 comments on commit ed9fbed

Please sign in to comment.