diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-07-19 12:31:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-07-19 12:31:14 +0000 |
commit | e2c84d01afc7312a6a87329f9ac0592f413ac7eb (patch) | |
tree | 3848b6ef8da7c7da9cbc1512bca7616a590c710f /includes/tests/bootstrap.test | |
parent | 446b29271cb9b18683115e8404367986baf60dda (diff) | |
download | brdo-e2c84d01afc7312a6a87329f9ac0592f413ac7eb.tar.gz brdo-e2c84d01afc7312a6a87329f9ac0592f413ac7eb.tar.bz2 |
- Patch #280631 by pwolanin et al: rethink numeric data-type for db_placeholders().
Diffstat (limited to 'includes/tests/bootstrap.test')
-rw-r--r-- | includes/tests/bootstrap.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/tests/bootstrap.test b/includes/tests/bootstrap.test index 3bb197aae..de833f117 100644 --- a/includes/tests/bootstrap.test +++ b/includes/tests/bootstrap.test @@ -1,4 +1,5 @@ <?php +// $Id$ class BootstrapIPAddressTestCase extends DrupalWebTestCase { |