-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from Leantime/release/3.1.4
release/3.1.4 --body
- Loading branch information
Showing
889 changed files
with
278,861 additions
and
4,372 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
--- | ||
title: \Acceptance\CreateUserCest | ||
footer: false | ||
--- | ||
|
||
# CreateUserCest | ||
|
||
|
||
|
||
|
||
|
||
* Full name: `\Acceptance\CreateUserCest` | ||
|
||
|
||
|
||
## Methods | ||
|
||
### _before | ||
|
||
|
||
|
||
```php | ||
public CreateUserCest::_before(\Tests\Support\AcceptanceTester $I, \Tests\Support\Page\Acceptance\Login $loginPage): void | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
**Parameters:** | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `I` | **\Tests\Support\AcceptanceTester** | | | ||
| `loginPage` | **\Tests\Support\Page\Acceptance\Login** | | | ||
|
||
|
||
**Return Value:** | ||
|
||
|
||
|
||
|
||
|
||
--- | ||
### createAUser | ||
|
||
|
||
|
||
```php | ||
public CreateUserCest::createAUser(\Tests\Support\AcceptanceTester $I): void | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
**Parameters:** | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `I` | **\Tests\Support\AcceptanceTester** | | | ||
|
||
|
||
**Return Value:** | ||
|
||
|
||
|
||
|
||
|
||
--- | ||
### editAUser | ||
|
||
|
||
|
||
```php | ||
public CreateUserCest::editAUser(\Tests\Support\AcceptanceTester $I): void | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
**Parameters:** | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `I` | **\Tests\Support\AcceptanceTester** | | | ||
|
||
|
||
**Return Value:** | ||
|
||
|
||
|
||
|
||
|
||
--- | ||
|
||
|
||
--- | ||
> Automatically generated from source code comments on 2024-05-07 using [phpDocumentor](http://www.phpdoc.org/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
--- | ||
title: \Acceptance\InstallCest | ||
footer: false | ||
--- | ||
|
||
# InstallCest | ||
|
||
|
||
|
||
|
||
|
||
* Full name: `\Acceptance\InstallCest` | ||
|
||
|
||
|
||
## Methods | ||
|
||
### _before | ||
|
||
|
||
|
||
```php | ||
public InstallCest::_before(\Tests\Support\AcceptanceTester $I): mixed | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
**Parameters:** | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `I` | **\Tests\Support\AcceptanceTester** | | | ||
|
||
|
||
**Return Value:** | ||
|
||
|
||
|
||
|
||
|
||
--- | ||
### installPageWorks | ||
|
||
|
||
|
||
```php | ||
public InstallCest::installPageWorks(\Tests\Support\AcceptanceTester $I): void | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
**Parameters:** | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `I` | **\Tests\Support\AcceptanceTester** | | | ||
|
||
|
||
**Return Value:** | ||
|
||
|
||
|
||
|
||
|
||
--- | ||
### createDBSuccessfully | ||
|
||
|
||
|
||
```php | ||
public InstallCest::createDBSuccessfully(\Tests\Support\AcceptanceTester $I, \Tests\Support\Page\Acceptance\Install $installPage): void | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
**Parameters:** | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `I` | **\Tests\Support\AcceptanceTester** | | | ||
| `installPage` | **\Tests\Support\Page\Acceptance\Install** | | | ||
|
||
|
||
**Return Value:** | ||
|
||
|
||
|
||
|
||
|
||
--- | ||
|
||
|
||
--- | ||
> Automatically generated from source code comments on 2024-05-07 using [phpDocumentor](http://www.phpdoc.org/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,167 @@ | ||
--- | ||
title: \Acceptance\LoginCest | ||
footer: false | ||
--- | ||
|
||
# LoginCest | ||
|
||
|
||
|
||
|
||
|
||
* Full name: `\Acceptance\LoginCest` | ||
|
||
|
||
|
||
## Methods | ||
|
||
### _before | ||
|
||
|
||
|
||
```php | ||
public LoginCest::_before(\Tests\Support\AcceptanceTester $I): mixed | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
**Parameters:** | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `I` | **\Tests\Support\AcceptanceTester** | | | ||
|
||
|
||
**Return Value:** | ||
|
||
|
||
|
||
|
||
|
||
--- | ||
### loginPageWorks | ||
|
||
|
||
|
||
```php | ||
public LoginCest::loginPageWorks(\Tests\Support\AcceptanceTester $I): void | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
**Parameters:** | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `I` | **\Tests\Support\AcceptanceTester** | | | ||
|
||
|
||
**Return Value:** | ||
|
||
|
||
|
||
|
||
|
||
--- | ||
### loginDeniedForWrongCredentials | ||
|
||
|
||
|
||
```php | ||
public LoginCest::loginDeniedForWrongCredentials(\Tests\Support\AcceptanceTester $I): void | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
**Parameters:** | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `I` | **\Tests\Support\AcceptanceTester** | | | ||
|
||
|
||
**Return Value:** | ||
|
||
|
||
|
||
|
||
|
||
--- | ||
### loginSuccessfully | ||
|
||
|
||
|
||
```php | ||
public LoginCest::loginSuccessfully(\Tests\Support\AcceptanceTester $I, \Tests\Support\Page\Acceptance\Login $loginPage): void | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
**Parameters:** | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `I` | **\Tests\Support\AcceptanceTester** | | | ||
| `loginPage` | **\Tests\Support\Page\Acceptance\Login** | | | ||
|
||
|
||
**Return Value:** | ||
|
||
|
||
|
||
|
||
|
||
--- | ||
### loginFormIsHidden | ||
|
||
|
||
|
||
```php | ||
public LoginCest::loginFormIsHidden(\Tests\Support\AcceptanceTester $I): void | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
**Parameters:** | ||
|
||
| Parameter | Type | Description | | ||
|-----------|------|-------------| | ||
| `I` | **\Tests\Support\AcceptanceTester** | | | ||
|
||
|
||
**Return Value:** | ||
|
||
|
||
|
||
|
||
|
||
--- | ||
|
||
|
||
--- | ||
> Automatically generated from source code comments on 2024-05-07 using [phpDocumentor](http://www.phpdoc.org/) |
Oops, something went wrong.