PHP Classes

File: tests/fixtures/italy.php

Recommend this page to a friend!
  Classes of Devis Lucato   Select   tests/fixtures/italy.php   Download  
File: tests/fixtures/italy.php
Role: Unit test script
Content type: text/plain
Description: unit tests
Class: Select
Locate classes that provide named services
Author: By
Last change: Update of tests/fixtures/italy.php
Date: 2 months ago
Size: 139 bytes
 

Contents

Class file image Download
<?php

namespace Europe\Italy;

if (!
class_exists('Europe\Italy\Tuscany')) {
    class
Tuscany {
        public function
hello() {}
    }
}