<?php

Prado::using('System.I18N.core.MessageFormat');

class testMessageFormat extends UnitTestCase
{
	function testMessageFormat()
	{
		$this->UnitTestCase();
	}
}

?>