Skip to content

Commit 2ad6bdc

Browse files
committed
fixed
1 parent c15bf7e commit 2ad6bdc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/TestCase/Driver/DriverTest.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
*/
2424
class DriverTest extends TestCase
2525
{
26+
/**
27+
* `Driver` instance
28+
* @var \DatabaseBackup\Driver\Driver
29+
*/
30+
protected $Driver;
31+
32+
/**
33+
* Called before every test method
34+
* @return void
35+
*/
2636
public function setUp()
2737
{
2838
parent::setUp();

0 commit comments

Comments
 (0)