<auto> merging hotfixes. re-added tests into repository.
This commit is contained in:
0
tests/application/models/.gitignore
vendored
Normal file
0
tests/application/models/.gitignore
vendored
Normal file
3
tests/application/models/autoloader.php
Normal file
3
tests/application/models/autoloader.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
class Autoloader_HardCoded {}
|
||||
3
tests/application/models/repositories/user.php
Normal file
3
tests/application/models/repositories/user.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php namespace Repositories;
|
||||
|
||||
class User {}
|
||||
3
tests/application/models/user.php
Normal file
3
tests/application/models/user.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
class User {}
|
||||
Reference in New Issue
Block a user