PHP Classes

File: phpcf-src/test/original/classref-function.php

Recommend this page to a friend!
  Classes of Alex Krash   PHP Code formatter   phpcf-src/test/original/classref-function.php   Download  
File: phpcf-src/test/original/classref-function.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: PHP Code formatter
Reformat PHP code according to standard options
Author: By
Last change:
Date: 9 years ago
Size: 454 bytes
 

Contents

Class file image Download
<?php
/**
 * Test for class reference inside arrays
 */
class Test
{
    public static function
provider_42h()
    {
       
$a =
           
MimeMails_TheyCanNotSendYouAMessages::class;
        return array(
            array(
Partner::ID_DEFAULT, MimeMails_TheyCanNotSendYouAMessages::class),
            array(
Partner::ID_HOTORNOT_BMA,
                \
Mime\MimeMails\HotornotNoPhotoRemind
               
::class),
        );
    }
}