Test Failed
Pull Request — master (#26)
by Christopher
03:21
created

PatternTraitTest::setUp()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
dl 0
loc 3
rs 10
c 0
b 0
f 0
cc 1
eloc 1
nc 1
nop 0
1
<?php
2
namespace AlgoWeb\xsdTypes\Facets;
3
4
/**
5
 * Generated Test Class.
6
 */
7
class PatternTraitTest extends \PHPUnit_Framework_TestCase
8
{
9
10
    /**
11
     * Sets up the fixture, for example, opens a network connection.
12
     * This method is called before a test is executed.
13
     */
14
    protected function setUp()
15
    {
16
    }
17
18
    /**
19
     * Tears down the fixture, for example, closes a network connection.
20
     * This method is called after a test is executed.
21
     */
22
    protected function tearDown()
23
    {
24
    }
25
}
26