diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-03-08 19:26:00 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-03-08 19:26:00 +0100 |
commit | f4f108a41281037370eaec6c7b8fb3e6e35a30f5 (patch) | |
tree | 52116a3d10fd58743f249264a16d5df9c915dea9 /application | |
parent | 5fa6b2110039670b2cd0504b95d54a79b272a299 (diff) |
Add mockery
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application')
-rw-r--r-- | application/libraries/Customautoloader.php | 1 | ||||
m--------- | application/third_party/mockery | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/application/libraries/Customautoloader.php b/application/libraries/Customautoloader.php index 91be09066..c59847eb3 100644 --- a/application/libraries/Customautoloader.php +++ b/application/libraries/Customautoloader.php @@ -18,6 +18,7 @@ class CustomAutoloader{ { $base_paths = array( APPPATH, + APPPATH."/third_party/mockery/library/", ); foreach ($base_paths as $base_path) { diff --git a/application/third_party/mockery b/application/third_party/mockery new file mode 160000 +Subproject d141c5b1b302d4d746e38ccc95ffe215129a855 |