summaryrefslogtreecommitdiff
path: root/modules/simpletest/simpletest.info
blob: a90e5dd2c859ebc2711dabb7850c7ee244f4f649 (plain)
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
; $Id$
name = "SimpleTest"
description = "Provides a framework for unit and functional testing."
package = Core
version = VERSION
core = 7.x
files[] = simpletest.module
files[] = simpletest.pages.inc
files[] = simpletest.install
files[] = simpletest.test
files[] = drupal_web_test_case.php

; Tests in tests directory.
files[] = tests/actions.test
files[] = tests/batch.test
files[] = tests/bootstrap.test
files[] = tests/cache.test
files[] = tests/common.test
files[] = tests/database_test.test
files[] = tests/error.test
files[] = tests/file.test
files[] = tests/form.test
files[] = tests/graph.test
files[] = tests/image.test
files[] = tests/menu.test
files[] = tests/module.test
files[] = tests/registry.test
files[] = tests/schema.test
files[] = tests/session.test
files[] = tests/theme.test
files[] = tests/unicode.test
files[] = tests/xmlrpc.test