Update G Unit Test & Fix on G::emailAddress() function

- imcomplete comment exist on G Test file
- reoving a G::pr on G::emailAddress() function
This commit is contained in:
Erik Amaru Ortiz
2012-05-17 17:31:48 -04:00
parent 6fb2f2d786
commit fcef56fd6f
2 changed files with 11 additions and 3 deletions

View File

@@ -1406,7 +1406,10 @@ class GTest extends PHPUnit_Framework_TestCase
*/
public function testSendMail()
{
need email
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
/**