Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Mar 8, 2014
2 parents a7c2f95 + a3571a6 commit 4ab520a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/BuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use Lcobucci\JWT\Builder;
use Lcobucci\JWT\Signer;
use Lcobucci\JWT\Signature;

/**
* @author Luís Otávio Cobucci Oblonczyk <[email protected]>
* @since 0.1.0
Expand Down
3 changes: 1 addition & 2 deletions test/TokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public function toStringMustReturnEncodedData()
$this->assertEquals('test.test.test', (string) $token);
}

/**
/**
* Fill the mock expectations
*/
protected function createMockExpectations($signature = null)
Expand Down Expand Up @@ -226,5 +226,4 @@ protected function createMockExpectations($signature = null)
->willReturn('test');
}
}

}

0 comments on commit 4ab520a

Please sign in to comment.