summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2011-12-07 19:42:44 +0000
committerDerick Rethans <derick@php.net>2011-12-07 19:42:44 +0000
commit38eecffe0dcaf6ef29113659fa18732b38619a80 (patch)
treefe9a023493e024a576d56b0bca6b0d67c2bb4fcd
parent6c242d9dd7a412862e0b60c53a89f201fad07d61 (diff)
downloadphp-git-38eecffe0dcaf6ef29113659fa18732b38619a80.tar.gz
Test cosmetics.
-rw-r--r--ext/date/tests/bug48476.phpt2
-rw-r--r--ext/date/tests/bug48678.phpt2
-rw-r--r--ext/date/tests/bug50392.phpt2
-rw-r--r--ext/date/tests/bug51096.phpt2
-rw-r--r--ext/date/tests/bug52062-64bit.phpt2
-rw-r--r--ext/date/tests/bug52062.phpt2
-rw-r--r--ext/date/tests/bug52113.phpt2
-rw-r--r--ext/date/tests/bug53437.phpt2
-rw-r--r--ext/date/tests/bug53502.phpt2
-rw-r--r--ext/date/tests/bug54597.phpt2
-rw-r--r--ext/date/tests/bug54851.phpt2
-rwxr-xr-xext/date/tests/bug55253.phpt2
-rw-r--r--ext/date/tests/bug60236.phpt2
13 files changed, 13 insertions, 13 deletions
diff --git a/ext/date/tests/bug48476.phpt b/ext/date/tests/bug48476.phpt
index 4bf9503759..2daa594871 100644
--- a/ext/date/tests/bug48476.phpt
+++ b/ext/date/tests/bug48476.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug#48476 (cloning extended DateTime class without calling parent::__constr crashed PHP)
+Bug #48476 (cloning extended DateTime class without calling parent::__constr crashed PHP)
--FILE--
<?php
class MyDateTime extends DateTime {
diff --git a/ext/date/tests/bug48678.phpt b/ext/date/tests/bug48678.phpt
index ec39153787..e2cb724f76 100644
--- a/ext/date/tests/bug48678.phpt
+++ b/ext/date/tests/bug48678.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #48678: DateInterval segfaults when unserialising
+Bug #48678 (DateInterval segfaults when unserialising)
--FILE--
<?php
$x = new DateInterval("P3Y6M4DT12H30M5S");
diff --git a/ext/date/tests/bug50392.phpt b/ext/date/tests/bug50392.phpt
index 4fa506ef55..9b1002317d 100644
--- a/ext/date/tests/bug50392.phpt
+++ b/ext/date/tests/bug50392.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #50392 date_create_from_format enforces 6 digits for 'u' format character
+Bug #50392 (date_create_from_format enforces 6 digits for 'u' format character)
--FILE--
<?php
date_default_timezone_set('Europe/Bratislava');
diff --git a/ext/date/tests/bug51096.phpt b/ext/date/tests/bug51096.phpt
index 31503bc7a9..df31313a76 100644
--- a/ext/date/tests/bug51096.phpt
+++ b/ext/date/tests/bug51096.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #51096: Test for "first day" vs "first day of".
+Bug #51096 (Test for "first day" vs "first day of")
--FILE--
<?php
$tests = array(
diff --git a/ext/date/tests/bug52062-64bit.phpt b/ext/date/tests/bug52062-64bit.phpt
index 861e578dd2..e4a2a524f6 100644
--- a/ext/date/tests/bug52062-64bit.phpt
+++ b/ext/date/tests/bug52062-64bit.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp (64 bit)
+Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (64 bit)
--SKIPIF--
<?php
if (PHP_INT_SIZE == 4) die('skip 64 bit only');
diff --git a/ext/date/tests/bug52062.phpt b/ext/date/tests/bug52062.phpt
index c992a2847f..d3e1c9abff 100644
--- a/ext/date/tests/bug52062.phpt
+++ b/ext/date/tests/bug52062.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp (32 bit)
+Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (32 bit)
--SKIPIF--
<?php
if (PHP_INT_SIZE == 8) die('skip 32-bit only');
diff --git a/ext/date/tests/bug52113.phpt b/ext/date/tests/bug52113.phpt
index 8d8569b0af..a7d9339d13 100644
--- a/ext/date/tests/bug52113.phpt
+++ b/ext/date/tests/bug52113.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #52113: Seg fault while creating (by unserialization) DatePeriod
+Bug #52113 (Seg fault while creating (by unserialization) DatePeriod)
--INI--
date.timezone=UTC
--FILE--
diff --git a/ext/date/tests/bug53437.phpt b/ext/date/tests/bug53437.phpt
index af5dca8e04..f089866538 100644
--- a/ext/date/tests/bug53437.phpt
+++ b/ext/date/tests/bug53437.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #53437: Crash when using unserialized DatePeriod instance
+Bug #53437 (Crash when using unserialized DatePeriod instance)
--XFAIL--
Bug #53437 Not fixed yet
--FILE--
diff --git a/ext/date/tests/bug53502.phpt b/ext/date/tests/bug53502.phpt
index 87b648e354..6cfa5e07f1 100644
--- a/ext/date/tests/bug53502.phpt
+++ b/ext/date/tests/bug53502.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #53502: strtotime with timezone memory leak
+Bug #53502 (strtotime with timezone memory leak)
--INI--
date.timezone=UTC
--FILE--
diff --git a/ext/date/tests/bug54597.phpt b/ext/date/tests/bug54597.phpt
index 5f61cd8f1b..d196adf121 100644
--- a/ext/date/tests/bug54597.phpt
+++ b/ext/date/tests/bug54597.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #54597: incorrect years for DateTime objects created with 4-digit years
+Bug #54597 (incorrect years for DateTime objects created with 4-digit years)
--INI--
date.timezone=Europe/London
--FILE--
diff --git a/ext/date/tests/bug54851.phpt b/ext/date/tests/bug54851.phpt
index 34be1766cd..84d18ba5a6 100644
--- a/ext/date/tests/bug54851.phpt
+++ b/ext/date/tests/bug54851.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #54851: DateTime::createFromFormat() doesn't interpret "D".
+Bug #54851 (DateTime::createFromFormat() doesn't interpret "D")
--INI--
date.timezone=UTC
--FILE--
diff --git a/ext/date/tests/bug55253.phpt b/ext/date/tests/bug55253.phpt
index 3b2b42bc26..5751cc1126 100755
--- a/ext/date/tests/bug55253.phpt
+++ b/ext/date/tests/bug55253.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #55253: DateTime::add() and sub() result -1 hour on objects with time zone type 2
+Bug #55253 (DateTime::add() and sub() result -1 hour on objects with time zone type 2)
--CREDITS--
Daniel Convissor <danielc@php.net>
--FILE--
diff --git a/ext/date/tests/bug60236.phpt b/ext/date/tests/bug60236.phpt
index c82bf176d7..faa0e160ce 100644
--- a/ext/date/tests/bug60236.phpt
+++ b/ext/date/tests/bug60236.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #60236: TLA timezone dates are not converted properly from timestamp
+Bug #60236 (TLA timezone dates are not converted properly from timestamp)
--INI--
date.timezone=America/New_York
--FILE--