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: 8855b2d18500c3ae07cf35c68c2c70e48a193287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php

/**
 * PHPPgAdmin 6.0.0
 */

/**
 * PHPPgAdmin 6.0.0.
 */
class UnitTester extends \Codeception\Actor
{
    use _generated\UnitTesterActions;

    /*
     * Define custom actions here
     */
}