Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/_files/Baz/Module.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace Baz;

Expand Down
7 changes: 7 additions & 0 deletions test/_files/Baz/src/Baz/Controller/IndexController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace Baz\Controller;

Expand Down
7 changes: 7 additions & 0 deletions test/_files/ModuleWithEvents/Module.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ModuleWithEvents;

Expand Down
7 changes: 7 additions & 0 deletions test/_files/modules-path/with-subdir/Bar/Module.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace Bar;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace Bar\Controller;

Expand Down
7 changes: 7 additions & 0 deletions test/_files/modules-path/with-subdir/Foo/Module.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace Foo;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace Foo\Controller;

Expand Down

0 comments on commit 0aa03b8

Please # to comment.