Changeset 4150 for branches/0.10/tests
- Timestamp:
- 03/28/08 17:46:45 (10 months ago)
- Files:
-
- 1 modified
-
branches/0.10/tests/Export/SchemaTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/tests/Export/SchemaTestCase.php
r4032 r4150 57 57 { 58 58 $export = new Doctrine_Export_Schema(); 59 $export->exportSchema('schema-export.yml', 'yml', dirname(dirname( dirname(__FILE__))) . DIRECTORY_SEPARATOR . 'models', $this->tables);59 $export->exportSchema('schema-export.yml', 'yml', dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'models', $this->tables); 60 60 unlink('schema-export.yml'); 61 61 }