Page MenuHomePhorge

SpellcheckGoogie.php
No OneTemporary

Size
480 B
Referenced Files
None
Subscribers
None

SpellcheckGoogie.php

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

File Metadata

Mime Type
text/x-php
Expires
Fri, Jun 12, 3:07 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
851770
Default Alt Text
SpellcheckGoogie.php (480 B)

Event Timeline