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

« back to all changes in this revision

Viewing changes to test/functional/frontend/feature_500_Define_Shift_Templates_Test.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
 * 
 
7
 * @author Antonio Estrada
 
8
 * @todo Implement test
 
9
 *
 
10
 */
 
11
class Feature_500_Define_Shift_Templates_Test extends AgSeleniumTestCase
 
12
{
 
13
 
 
14
  public function test_500_Define_Shift_Templates()
 
15
  {
 
16
    $this->markTestSkipped();
 
17
  }
 
18
 
 
19
}