We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a005a9 commit d71421eCopy full SHA for d71421e
test/TinifyTest.php
@@ -3,13 +3,6 @@
3
use Tinify\CurlMock;
4
5
class ClientTest extends TestCase {
6
- private $dummyFile;
7
-
8
- public function setUp() {
9
- parent::setUp();
10
- $this->dummyFile = __DIR__ . "/examples/dummy.png";
11
- }
12
13
public function testGetKeyWithoutKeyShouldReturnNull() {
14
$this->assertSame(NULL, Tinify\getKey());
15
}
0 commit comments