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

Commit db6b1c3

Browse files
committed
Create an autoload script for tests
1 parent 795ea25 commit db6b1c3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
}
7171
},
7272
"autoload-dev": {
73+
"files": [
74+
"test/autoload.php"
75+
],
7376
"psr-4": {
7477
"ZendTest\\View\\": "test/"
7578
}

test/autoload.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
/**
3+
* @see https://github.com/zendframework/zend-view for the canonical source repository
4+
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (http://www.zend.com)
5+
* @license https://github.com/zendframework/zend-view/blob/master/LICENSE.md New BSD License
6+
*/

0 commit comments

Comments
 (0)