mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Remove unused private properties
This commit is contained in:
parent
e022c07370
commit
6c8ddd4d57
4 changed files with 0 additions and 7 deletions
|
@ -23,12 +23,9 @@ use RecursiveIteratorIterator;
|
|||
*/
|
||||
class GitHubTest extends TestCase
|
||||
{
|
||||
private $username = 'username';
|
||||
private $password = 'password';
|
||||
private $authcode = 'authcode';
|
||||
private $message = 'mymessage';
|
||||
private $origin = 'github.com';
|
||||
private $token = 'githubtoken';
|
||||
|
||||
public function testUsernamePasswordAuthenticationFlow()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue