| 1 | <?php |
||
| 10 | class PrilohaTest extends FlexiBeeRWTest |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var Priloha |
||
| 14 | */ |
||
| 15 | protected $object; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Sets up the fixture, for example, opens a network connection. |
||
| 19 | * This method is called before a test is executed. |
||
| 20 | */ |
||
| 21 | protected function setUp() |
||
| 25 | |||
| 26 | public function testAttachFile() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Tears down the fixture, for example, closes a network connection. |
||
| 33 | * This method is called after a test is executed. |
||
| 34 | */ |
||
| 35 | protected function tearDown() |
||
| 39 | } |
||
| 40 |