mirror of
https://github.com/pierre42100/comunic
synced 2025-06-21 09:35:19 +00:00
First commit
This commit is contained in:
13
developer/vendor/rockettheme/toolbox/Session/tests/MessageTest.php
vendored
Normal file
13
developer/vendor/rockettheme/toolbox/Session/tests/MessageTest.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
use RocketTheme\Toolbox\Session\Message;
|
||||
|
||||
class SessionMessageTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
||||
public function testCreation()
|
||||
{
|
||||
$message = new Message;
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user