1 | <?php |
||
6 | class InternetExplorerTest extends TestCase |
||
7 | { |
||
8 | /** |
||
9 | * @var InternetExplorer |
||
10 | */ |
||
11 | private $subject; |
||
12 | |||
13 | protected function setUp() |
||
19 | |||
20 | /** |
||
21 | * @test |
||
22 | */ |
||
23 | public function match_WithValidValue() |
||
29 | |||
30 | /** |
||
31 | * @test |
||
32 | */ |
||
33 | public function match_WithInvalidValue() |
||
37 | |||
38 | /** |
||
39 | * @test |
||
40 | */ |
||
41 | public function getName_IsEqualsFirefox() |
||
45 | } |
||
46 |