mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
72b48f4c38
- Allow limited state setting when session is already in progress - Allow test sessions without a test database - Denote an “in progress” session through a “testsession.started” session flag rather than the usage of a temporary database
19 lines
374 B
Scheme
19 lines
374 B
Scheme
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<% base_tag %>
|
|
$MetaTags
|
|
<% require css('framework/css/debug.css') %>
|
|
<% require css('testsession/css/styles.css') %>
|
|
</head>
|
|
<body>
|
|
<div class="info">
|
|
<h1>SilverStripe TestSession</h1>
|
|
</div>
|
|
<div class="content">
|
|
<p>Start a new test session</p>
|
|
$StartForm
|
|
</div>
|
|
</body>
|
|
</html> |