[geany/geany] 3235f5: Tests: fix PHP tests results
Colomban Wendling
git-noreply at xxxxx
Wed Jul 3 17:26:23 UTC 2013
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Wed, 03 Jul 2013 17:26:23 UTC
Commit: 3235f57bc9f45823e7d6278e48e62876ebddd869
https://github.com/geany/geany/commit/3235f57bc9f45823e7d6278e48e62876ebddd869
Log Message:
-----------
Tests: fix PHP tests results
Modified Paths:
--------------
tests/ctags/classes.php.tags
tests/ctags/mode.php.tags
tests/ctags/namespaces.php.tags
tests/ctags/namespaces2.php.tags
tests/ctags/simple.php.tags
tests/ctags/traits.php.tags
Modified: tests/ctags/classes.php.tags
10 files changed, 5 insertions(+), 5 deletions(-)
===================================================================
@@ -1,8 +1,8 @@
# format=tagmanager
Bar�1�0
Foo�1�0
-__construct�16�($a, $b)�0
-__construct�16�()�0
-method1�16�($arg)�0
-method1�16�()�0
-method2�16�()�0
+__construct�16�()�Bar�0
+__construct�16�($a, $b)�Foo�0
+method1�16�()�Bar�0
+method1�16�($arg)�Foo�0
+method2�16�()�Foo�0
Modified: tests/ctags/mode.php.tags
6 files changed, 0 insertions(+), 6 deletions(-)
===================================================================
@@ -1,11 +1,5 @@
# format=tagmanager
a�16�()�0
b�16�()�0
-bug0�16�()�0
-bug1�16�()�0
-bug2�16�()�0
-bug3�16�()�0
-bug4�16�()�0
-bug5�16�()�0
c�16�()�0
d�16�()�0
Modified: tests/ctags/namespaces.php.tags
18 files changed, 11 insertions(+), 7 deletions(-)
===================================================================
@@ -1,10 +1,14 @@
# format=tagmanager
-B�1�0
-C�1�0
-__construct�16�()�0
-a�16�()�0
-b�16�()�0
-c�16�()�0
-d�16�()�0
+B�1�Bar\Baz�0
+Bar\Baz�256�0
+C�1�Foo�0
+Foo�256�0
+__construct�16�()�Bar\Baz::B�0
+__construct�16�()�Foo::C�0
+a�16�()�Bar\Baz�0
+a�16�()�Foo�0
+b�16�()�Foo�0
+c�16�()�Bar\Baz::B�0
+d�16�()�Foo::C�0
inRoot�16�()�0
meToo�16�()�0
Modified: tests/ctags/namespaces2.php.tags
18 files changed, 11 insertions(+), 7 deletions(-)
===================================================================
@@ -1,8 +1,12 @@
# format=tagmanager
-B�1�0
-C�1�0
-__construct�16�()�0
-a�16�()�0
-b�16�()�0
-c�16�()�0
-d�16�()�0
+B�1�Bar\Baz�0
+Bar\Baz�256�0
+C�1�Foo�0
+Foo�256�0
+__construct�16�()�Bar\Baz::B�0
+__construct�16�()�Foo::C�0
+a�16�()�Bar\Baz�0
+a�16�()�Foo�0
+b�16�()�Foo�0
+c�16�()�Bar\Baz::B�0
+d�16�()�Foo::C�0
Modified: tests/ctags/simple.php.tags
7 files changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -1,11 +1,12 @@
# format=tagmanager
+4site�16384�0
CONSTANT�65536�0
Cart�1�0
Var�16384�0
_4site�16384�0
-add_item�16�($artnr, $num)�0
+add_item�16�($artnr, $num)�Cart�0
foo�16�($arg_1, $arg_2, ..., $arg_n)�0
-items�16384�0
-remove_item�16�($artnr, $num)�0
+items�16384�Cart�0
+remove_item�16�($artnr, $num)�Cart�0
t�yte�16384�0
var�16384�0
Modified: tests/ctags/traits.php.tags
10 files changed, 6 insertions(+), 4 deletions(-)
===================================================================
@@ -1,7 +1,9 @@
# format=tagmanager
A�1�0
B�1�0
-__construct�16�()�0
-__construct�16�($p)�0
-stuff�16�()�0
-stuff�16�($arg1, $arg2)�0
+__construct�16�()�A�0
+__construct�16�($p)�B�0
+stuff�16�($arg1, $arg2)�tBar�0
+stuff�16�()�tFoo�0
+tBar�2048�0
+tFoo�2048�0
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list