socialbox-php/tests/Socialbox/SocialClientSessionTest.php
netkas 92cabddc3b
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / release_executable (push) Waiting to run
CI / debug_executable (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
Add SocialClientSessionTest class for unit testing
2025-03-14 15:26:03 -04:00

9 lines
No EOL
132 B
PHP

<?php
namespace Socialbox;
use PHPUnit\Framework\TestCase;
class SocialClientSessionTest extends TestCase
{
}