Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
16591 anikendra 1
<?php
2
// @codingStandardsIgnoreFile
3
/**
4
 * Short description for file.
5
 *
6
 * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
7
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
8
 *
9
 * Licensed under The MIT License
10
 * For full copyright and license information, please see the LICENSE.txt
11
 * Redistributions of files must retain the above copyright notice
12
 *
13
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
14
 * @link          http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
15
 * @package       Cake.TestSuite.templates
16
 * @since         CakePHP(tm) v 1.2.0.4433
17
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
18
 */
19
?>
20
<div class="test-menu">
21
<ul>
22
	<li>
23
		<span style="font-size: 18px">App</span>
24
		<ul>
25
			<li><a href='<?php echo $cases; ?>'>Tests</a></li>
26
		</ul>
27
	</li>
28
<?php if (!empty($plugins)): ?>
29
	<li style="padding-top: 10px">
30
		<span style="font-size: 18px">Plugins</span>
31
	<?php foreach ($plugins as $plugin) : ?>
32
			<ul>
33
				<li style="padding-top: 10px">
34
					<span  style="font-size: 18px"><?php echo $plugin; ?></span>
35
					<ul>
36
						<li><?php printf('<a href="%s&amp;plugin=%s">Tests</a>', $cases, $plugin); ?></li>
37
					</ul>
38
				</li>
39
			</ul>
40
	<?php endforeach; ?>
41
	</li>
42
<?php endif; ?>
43
	<li style="padding-top: 10px">
44
		<span style="font-size: 18px">Core</span>
45
		<ul>
46
			<li><a href='<?php echo $cases; ?>&amp;core=true'>Tests</a></li>
47
		</ul>
48
	</li>
49
</ul>
50
</div>
51
<div  class="test-results">