We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4dfae commit fbdf9caCopy full SHA for fbdf9ca
1 file changed
tests/Rah/Danpu/Test/Config/Extending/ExtendingTest.php
@@ -20,7 +20,6 @@ public function __construct()
20
class ExtendingTest extends \PHPUnit_Framework_TestCase
21
{
22
private $dump;
23
- private $temp;
24
25
public function setUp()
26
@@ -30,8 +29,8 @@ public function setUp()
30
29
31
public function testExtending()
32
33
- new Export(new MyConfig());
34
- return file_exists($this->temp);
+ new Export($this->dump);
+ return file_exists($this->dump->file);
35
}
36
37
public function tearDown()
0 commit comments