Page MenuHomePhorge

Smtp.php
No OneTemporary

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
Thu, Apr 9, 2:39 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
462833
Default Alt Text
Smtp.php (327 B)

Event Timeline