Added SettingsTest
This commit is contained in:
parent
2e184ebc74
commit
3b0cf38ee4
1 changed files with 10 additions and 0 deletions
10
tests/Socialbox/SettingsTest.php
Normal file
10
tests/Socialbox/SettingsTest.php
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Socialbox;
|
||||||
|
|
||||||
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
|
class SettingsTest extends TestCase
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue