Skip to content

Commit 54cd41c

Browse files
committed
tests: removed @author
1 parent 24af156 commit 54cd41c

31 files changed

+0
-62
lines changed

tests/Caching.Latte/CacheMacro.cache.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: {cache ...}
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Bridges\CacheLatte\CacheMacro,

tests/Caching/DevNullStorage.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\DevNullStorage test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileJournal.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileJournal basic test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Storages\FileJournal,

tests/Caching/FileStorage.basic.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage basic usage.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.call.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage call().
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.callbacks.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage callbacks dependency.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.clean-all.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage clean with Cache::ALL
5-
*
6-
* @author Petr Procházka
75
*/
86

97
use Nette\Caching\Storages\FileStorage,

tests/Caching/FileStorage.closure.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.const.001.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage constant dependency test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.const.002.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage constant dependency test (continue...).
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.derive.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage derive test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.exceptions.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage exception situations.
5-
*
6-
* @author Matej Kravjar
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.expiration.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage expiration test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.files.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage files dependency test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.int.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage int keys.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.items.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage items dependency test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.loadOrSave.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage & load or save.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.namespace.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage & namespace test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Storages\FileStorage,

tests/Caching/FileStorage.priority.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage priority test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Storages\FileStorage,

tests/Caching/FileStorage.sliding.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage sliding expiration test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.start.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage start().
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/FileStorage.stress.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage sliding expiration test.
5-
*
6-
* @author David Grudl
75
* @multiple 5
86
*/
97

tests/Caching/FileStorage.tags.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage tags dependency test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Storages\FileStorage,

tests/Caching/FileStorage.wrap.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\FileStorage wrap().
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/Memcached.expiration.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\MemcachedStorage expiration test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Storages\MemcachedStorage,

tests/Caching/Memcached.files.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\MemcachedStorage files dependency test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Storages\MemcachedStorage,

tests/Caching/Memcached.priority.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\MemcachedStorage priority test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Storages\MemcachedStorage,

tests/Caching/Memcached.sliding.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\MemcachedStorage sliding expiration test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Storages\MemcachedStorage,

tests/Caching/Memcached.tags.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\MemcachedStorage tags dependency test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Storages\MemcachedStorage,

tests/Caching/SQLiteStorage.basic.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\SQLiteStorage basic usage.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Cache,

tests/Caching/SQLiteStorage.tags.phpt

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/**
44
* Test: Nette\Caching\Storages\SQLiteStorage tags dependency test.
5-
*
6-
* @author David Grudl
75
*/
86

97
use Nette\Caching\Storages\SQLiteStorage,

0 commit comments

Comments
 (0)