File: map.xml

package info (click to toggle)
postfixadmin 2.3.5-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,200 kB
  • sloc: php: 25,767; xml: 14,485; perl: 964; sh: 664; python: 169; makefile: 84
file content (67 lines) | stat: -rw-r--r-- 5,386 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8" ?>

<page title="SimpleTest.org" file="index.html">
	<page title="English version" here="English version" file="en/index.html">
		<page title="Donwload SimpleTest" here="Download SimpleTest" file="en/download.html" />

		<page title="Start testing with SimpleTest" here="SimpleTest" file="en/start-testing.html">
		    <page title="Documentation overview" here="Overview" file="en/overview.html">
		        <page title="Unit tester" here="Unit tester" file="en/unit_test_documentation.html" />
		        <page title="Group tests" here="Group tests" file="en/group_test_documentation.html" />
		        <page title="Mock objects" here="Mock objects" file="en/mock_objects_documentation.html" />
		        <page title="Partial mocks" here="Partial mocks" file="en/partial_mocks_documentation.html" />
		        <page title="Reporting" here="Reporting" file="en/reporter_documentation.html" />
		        <page title="Expectations" here="Expectations" file="en/expectation_documentation.html" />
		        <page title="Web tester" here="Web tester" file="en/web_tester_documentation.html" />
		        <page title="Testing forms" here="Testing forms" file="en/form_testing_documentation.html" />
		        <page title="Authentication" here="Authentication" file="en/authentication_documentation.html" />
		        <page title="Scriptable browser" here="Scriptable browser" file="en/browser_documentation.html" />
		    </page>
		    <page title="Tutorial : unit testing with PHP" here="PHP unit testing" file="en/first_test_tutorial.html">
		        <page title="Grouping tests" here="Grouping tests" file="en/group_test_tutorial.html" />
		        <page title="Taking control" here="Taking control" file="en/gain_control_tutorial.html" />
		        <page title="Reusing cases" here="Reusing cases" file="en/subclass_tutorial.html" />
		        <page title="Showing passes" here="Showing passes" file="en/display_subclass_tutorial.html" />
		        <page title="Using mock objects" here="Using mock objects" file="en/mock_objects_tutorial.html" />
		        <page title="Boundary classes" here="Boundary classes" file="en/boundary_classes_tutorial.html" />
		        <page title="Top down testing" here="Top down testing" file="en/improving_design_tutorial.html" />
		    </page>
	    </page>

		<page title="Support mailing list" here="Support mailing list" file="en/support.html">
			<page title="Books" here="Books" file="en/books.html" />
		</page>
	</page>

	<page title="Version française" here="Version française" file="fr/index.html">
		<page title="Télécharger SimpleTest" here="Télécharger SimpleTest" file="fr/download.html" />

		<page title="Prise en main rapide de SimpleTest" here="Prise en main rapide de SimpleTest" file="fr/start-testing.html">
		    <page title="Documentation : les tests unitaires en PHP" here="Documentation : les tests unitaires en PHP" file="fr/unit_test_documentation.html">
		        <page title="Les groupes de tests" here="Les groupes de tests" file="fr/group_test_documentation.html"/>
		        <page title="Les bouchons serveur" here="Les bouchons serveur" file="fr/server_stubs_documentation.html"/>
		        <page title="Les objets fantaisie" here="Les objets fantaisie" file="fr/mock_objects_documentation.html"/>
		        <page title="Les objets fantaisie partiels" here="Les objets fantaisie partiels" file="fr/partial_mocks_documentation.html"/>
		        <page title="Le rapporteur de test" here="Le rapporteur de test" file="fr/reporter_documentation.html"/>
		        <page title="Les attentes" here="Les attentes" file="fr/expectation_documentation.html"/>
		        <page title="Le testeur web" here="Le testeur web" file="fr/web_tester_documentation.html"/>
		        <page title="Les tests des formulaires" here="Les tests des formulaires" file="fr/form_testing_documentation.html"/>
		        <page title="L'authentification" here="L'authentification" file="fr/authentication_documentation.html"/>
		        <page title="Le navigateur scriptable" here="Le navigateur scriptable" file="fr/browser_documentation.html"/>
		    </page>
			<page title="Tutorial : les tests unitaires en PHP" here="Tutorial : les tests unitaires en PHP" file="fr/first_test_tutorial.html">
				<page title="Grouper des tests" here="Grouper des tests" file="fr/group_test_tutorial.html"/>
				<page title="Prendre le contrôle des tests" here="Prendre le contrôle des tests" file="fr/gain_control_tutorial.html"/>
				<page title="Sous classer un scénario de test unitaire" here="Sous classer un scénario de test unitaire" file="fr/subclass_tutorial.html"/>
				<page title="Changer l'affichage du test" here="Changer l'affichage du test" file="fr/display_subclass_tutorial.html"/>
				<page title="Utiliser des objets fantaisie" here="Utiliser des objets fantaisie" file="fr/mock_objects_tutorial.html"/>
				<page title="Les frontières de l'application" here="Les frontières de l'application" file="fr/boundary_classes_tutorial.html"/>
				<page title="Du haut vers le bas et piloté par les tests" here="Du haut vers le bas et piloté par les tests" file="fr/improving_design_tutorial.html"/>
			</page>
		</page>

		<page title="Mailing-list de support" here="Mailing-list de support" file="fr/support.html">
			<page title="Livres" here="Livres" file="fr/books.html" />
		</page>
	</page>
</page>