Changeset 1063085
- Timestamp:
- 01/08/2015 01:16:02 PM (11 years ago)
- Location:
- enzymes/trunk
- Files:
-
- 1 added
- 2 deleted
- 1 edited
- 5 copied
-
enzymes.php (modified) (1 diff)
-
lib (deleted)
-
src (added)
-
src/Enzymes3.php (copied) (copied from enzymes/trunk/lib/Enzymes3.php)
-
src/EnzymesPlugin.php (copied) (copied from enzymes/trunk/lib/EnzymesPlugin.php)
-
src/Sequence.php (copied) (copied from enzymes/trunk/lib/Sequence.php)
-
tests/lib (deleted)
-
tests/test-Enzymes3.php (copied) (copied from enzymes/trunk/tests/lib/test-Enzymes3.php) (1 diff)
-
tests/test-Sequence.php (copied) (copied from enzymes/trunk/tests/lib/test-Sequence.php) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
enzymes/trunk/enzymes.php
r1063066 r1063085 11 11 12 12 define('ENZYMES_FILENAME', __FILE__); 13 require dirname(ENZYMES_FILENAME) . '/lib/EnzymesPlugin.php';13 require 'src/EnzymesPlugin.php'; 14 14 15 15 $enzymesPlugin = new EnzymesPlugin(); -
enzymes/trunk/tests/test-Enzymes3.php
r1063074 r1063085 1 1 <?php 2 require_once 'lib/Enzymes3.php';3 2 4 3 class Enzymes3Test -
enzymes/trunk/tests/test-Sequence.php
r1063074 r1063085 1 1 <?php 2 3 require_once 'lib/Sequence.php';4 2 5 3 class SequenceTest
Note: See TracChangeset
for help on using the changeset viewer.