Skip to content

Commit f4ad853

Browse files
committed
PSR-4
1 parent 9a71052 commit f4ad853

10 files changed

+2
-8
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"autoload": {
23-
"psr-0": { "Illuminate\\CodeIgniter" : "src/" }
23+
"psr-4": { "Illuminate\\CodeIgniter\\" : "src/" }
2424
},
2525
"require": {
2626
"illuminate/database": "~4.1"

Diff for: phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit backupGlobals="false"
33
backupStaticAttributes="false"
4-
bootstrap="tests/bootstrap.php"
4+
bootstrap="vendor/autoload.php"
55
colors="true"
66
convertErrorsToExceptions="true"
77
convertNoticesToExceptions="true"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: tests/bootstrap.php

-6
This file was deleted.

0 commit comments

Comments
 (0)