First Local Commit - After Clean up.
Signed-off-by: Rick Hays <rhays@haysgang.com>
This commit is contained in:
18
tests/_support/Config/BadRegistrar.php
Normal file
18
tests/_support/Config/BadRegistrar.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php namespace Tests\Support\Config;
|
||||
|
||||
/**
|
||||
* Class BadRegistrar
|
||||
*
|
||||
* Doesn't provides a basic registrar class for testing BaseConfig registration functions,
|
||||
* because it doesn't return an associative array
|
||||
*/
|
||||
|
||||
class BadRegistrar
|
||||
{
|
||||
|
||||
public static function RegistrarConfig()
|
||||
{
|
||||
return 'I am not worthy';
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user