~agasti-rhok-02/sahana-agasti/mayon-rhok-02

« back to all changes in this revision

Viewing changes to test/functional/frontend/AdminTest.php

  • Committer: Chad Heuschober
  • Date: 2010-12-04 04:01:41 UTC
  • mfrom: (1.2.1 mayon)
  • Revision ID: chad.heuschober@mail.cuny.edu-20101204040141-orjw950gt411jzmt
Merged changes from r2 of project trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
require_once 'AgSeleniumTestCase.php';
 
4
 
 
5
/**
 
6
 * AdminTest
 
7
 *
 
8
 * PHP Version 5
 
9
 *
 
10
 * LICENSE: This source file is subject to LGPLv3.0 license
 
11
 * that is available through the world-wide-web at the following URI:
 
12
 * http://www.gnu.org/copyleft/lesser.html
 
13
 *
 
14
 * @author Usman Akeju, CUNY SPS
 
15
 *
 
16
 * @todo complete this test
 
17
 *
 
18
 * Copyright of the Sahana Software Foundation, sahanafoundation.org
 
19
 */
 
20
class AdminTest extends AgSeleniumTestCase
 
21
{
 
22
 
 
23
  public function testAccountBasicCrud()
 
24
  {
 
25
    $this->markTestIncomplete();
 
26
 
 
27
//    $this
 
28
//        // opens the main URI
 
29
//        ->open()
 
30
//        // tries to login with correct credentials
 
31
//        ->doLogin()
 
32
//        ->navigateToAdmin()
 
33
//        // TODO: fill in the rest
 
34
//        ->doLogout();
 
35
  }
 
36
 
 
37
}