Subversion Repositories vgwhois

Rev

Rev 4 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 5
Line 1... Line 1...
1
#!/usr/bin/php
1
#!/usr/bin/php
2
<?php
2
<?php
3
 
3
 
4
#
4
#
-
 
5
#  VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
5
#  generic Whois - Maintenance Framework: Testcases
6
#  Maintenance / Developer utilities
6
#
7
#
7
#  (c) 2012-2014 Daniel Marschall, ViaThinkSoft [www.viathinksoft.de]
8
#  (c) 2012-2019 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
8
#
9
#
9
#  Distribution, usage etc. pp. regulated by the current version of GPL.
10
#  License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
10
#
-
 
11
#
-
 
12
#  Version 2014-11-25
-
 
13
#
11
#
14
 
12
 
15
# There are 2 possibilities
13
# There are 2 possibilities
16
# - Coverage by section. At least 1 line per command must be covered
14
# - Coverage by section. At least 1 line per command must be covered
17
#   => this is currently our behavior
15
#   => this is currently our behavior