Completed
Push — master ( ddc0d7...9a9a76 )
by Andrii
11:21
created

Seller::initCredentials()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 4

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
c 0
b 0
f 0
dl 0
loc 4
rs 10
cc 1
nc 1
nop 0
1
<?php
2
3
namespace hipanel\tests\_support\Step\Acceptance;
4
5
use hipanel\tests\_support\Page\Login;
6
7
/**
8
 * Class Seller
9
 *
10
 * @author Dmytro Naumenko <[email protected]>
11
 */
12
class Seller extends Client
0 ignored issues
show
Bug introduced by
There is one abstract method getScenario in this class; you could implement it, or declare this class as abstract.
Loading history...
13
{
14
}
15