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

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

/**
 * PHPPgAdmin v6.0.0-RC8
 */

class FunctionalTester extends \Codeception\Actor
{
    use _generated\FunctionalTesterActions;

    /*
     * Define custom actions here
     */
}