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: f986433445f11c4b99da2f03ffbf3e6ae438bfe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * PHPPgAdmin v6.0.0-RC1.
 */
class UnitTester extends \Codeception\Actor
{
    use _generated\UnitTesterActions;

    /*
     * Define custom actions here
     */
}