PHP Classes

File: tests/src/loader/WrongCustomLoader.php

Recommend this page to a friend!
  Classes of Vitaly   Queasy PHP Config   tests/src/loader/WrongCustomLoader.php   Download  
File: tests/src/loader/WrongCustomLoader.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Queasy PHP Config
Read a configuration from files in several formats
Author: By
Last change:
Date: 2 years ago
Size: 430 bytes
 

Contents

Class file image Download
<?php

/*
 * Queasy PHP Framework - Configuration - Tests
 *
 * (c) Vitaly Demyanenko <vitaly_demyanenko@yahoo.com>
 *
 * For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
 */

namespace queasy\config\tests\loader;

/**
 * @codeCoverageIgnore
 */
class WrongCustomLoader
{
    public function
load()
    {
    }

    public function
__invoke()
    {
    }
}