mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
e49ee50d31
Moved all test files to e107_tests subdirectory
7 lines
87 B
PHP
7 lines
87 B
PHP
<?php
|
|
|
|
interface Preparer
|
|
{
|
|
public function snapshot();
|
|
public function rollback();
|
|
} |