~nanasess/xdo/master

« back to all changes in this revision

Viewing changes to Tests/Entity/AbstractTest.php

  • Committer: Kentaro Ohkouchi
  • Date: 2012-07-31 02:26:31 UTC
  • Revision ID: git-v1:a8ca093f2ff8af7bc85ed7d2c5dd30155bfd8bc9
Comment out require_once 'PHPUnit/Framework.php'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
// {{{ requires
4
4
require_once("XDO/Entity/Abstract.php");
5
 
require_once("PHPUnit/Framework.php");
 
5
//require_once("PHPUnit/Framework.php");
6
6
 
7
7
/**
8
8
 * LC_Entity_Abstract のテストケース.