Skip to content

Commit 74d8be0

Browse files
authored
Merge pull request #12 from linna/repo-config
Repository config updated
2 parents bd350b5 + de76d57 commit 74d8be0

File tree

4 files changed

+15
-22
lines changed

4 files changed

+15
-22
lines changed

.styleci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
preset: psr2
2+
3+
linting: true
4+
5+
finder:
6+
name:
7+
- "*.php"
8+
path:
9+
- "src"
10+
- "tests"

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"homepage": "https://github.com/linna/app"
1212
}
1313
],
14+
"support": {
15+
"issues": "https://github.com/linna/app/issues"
16+
},
1417
"require": {
1518
"php": ">=7.0.0",
1619
"linna/framework": "^v0.18"

phpunit.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
<phpunit colors="true"
2-
bootstrap="tests/bootstrap.php"
3-
verbose="true"
4-
>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<phpunit colors="true" bootstrap="vendor/autoload.php" verbose="true">
53
<testsuites>
64
<testsuite name="Linna App Test Suite">
75
<directory suffix="Test.php">./tests</directory>

tests/bootstrap.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)