Welcome to mirror list, hosted at ThFree Co, Russian Federation.

UnitTester.php « _support « tests - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09d7e37710bebfa5458e76d5c474d540e5a164e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

/**
 * PHPPgAdmin v6.0.0-RC4
 */

class UnitTester extends \Codeception\Actor
{
    use _generated\UnitTesterActions;

    /*
     * Define custom actions here
     */
}