Page MenuHomePhorge

Smtp.php
No OneTemporary

Authored By
Unknown
Size
327 B
Referenced Files
None
Subscribers
None

Smtp.php

<?php
/**
* Test class to test rcube_smtp class
*
* @package Tests
*/
class Framework_Smtp extends PHPUnit_Framework_TestCase
{
/**
* Class constructor
*/
function test_class()
{
$object = new rcube_smtp;
$this->assertInstanceOf('rcube_smtp', $object, "Class constructor");
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 3:46 AM (1 d, 12 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
79/73/f5e16c8d124d193f9a451ec6274e
Default Alt Text
Smtp.php (327 B)

Event Timeline