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

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

/**
 * PHPPgAdmin v6.0.0-RC7
 */

namespace Helper;

// here you can define custom actions
// all public methods declared in helper class will be available in $I

class Acceptance extends \Codeception\Module
{
}