Some checks failed
CI / release (push) Has been cancelled
CI / debug (push) Has been cancelled
CI / release_executable (push) Has been cancelled
CI / debug_executable (push) Has been cancelled
CI / check-phpunit (push) Has been cancelled
CI / check-phpdoc (push) Has been cancelled
CI / generate-phpdoc (push) Has been cancelled
CI / test (push) Has been cancelled
CI / release-documentation (push) Has been cancelled
CI / release-artifacts (push) Has been cancelled
9 lines
No EOL
132 B
PHP
9 lines
No EOL
132 B
PHP
<?php
|
|
|
|
namespace Socialbox;
|
|
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
class SocialClientSessionTest extends TestCase
|
|
{
|
|
} |