1 | <?php |
||
9 | class XmlFileTest extends \PHPUnit_Framework_TestCase { |
||
10 | |||
11 | /** |
||
12 | * @var XmlFile |
||
13 | */ |
||
14 | protected $object; |
||
15 | |||
16 | /** |
||
17 | * Sets up the fixture, for example, opens a network connection. |
||
18 | * This method is called before a test is executed. |
||
19 | */ |
||
20 | protected function setUp() { |
||
23 | |||
24 | /** |
||
25 | */ |
||
26 | public function testExists() { |
||
29 | |||
30 | public function testOpenException() { |
||
34 | |||
35 | public function testIsDirectoryException() { |
||
39 | |||
40 | public function testGet() |
||
45 | |||
46 | public function testBogusXml() { |
||
51 | } |
||
52 |