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

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

/**
 * PHPPgAdmin6
 */

/**
 * PHPPgAdmin 6.0.0.
 */
class AcceptanceTester extends \Codeception\Actor
{
    use _generated\AcceptanceTesterActions;

    /*
     * Define custom actions here
     */
}