Skip to content

Commit

Permalink
Merge pull request #1 from spatie/analysis-q13yLP
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
freekmurze committed Mar 14, 2017
2 parents a8123bb + 5a836af commit ecf3e3c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/BlinkTest.php
Expand Up @@ -2,10 +2,10 @@

namespace Spatie\Blink\Test;

use PHPUnit\Framework\TestCase;
use Spatie\Blink\Blink;
use PHPUnit\Framework\TestCase;

class BlinkTestTest extends TestCase
class BlinkTest extends TestCase
{
/** @var string */
protected $storageFile;
Expand Down Expand Up @@ -38,8 +38,6 @@ public function it_can_store_an_array()
$this->assertSame($testArray, $this->blink->get('key'));
}



/** @test */
public function it_can_determine_if_the_blink_cache_holds_a_value_for_a_given_name()
{
Expand Down

0 comments on commit ecf3e3c

Please sign in to comment.