Skip to content

Commit

Permalink
Tagging release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joomla-jenkins committed Mar 10, 2019
1 parent 3b2ef25 commit 4d61aef
Show file tree
Hide file tree
Showing 94 changed files with 130 additions and 130 deletions.
2 changes: 1 addition & 1 deletion Tests/DatabaseFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion Tests/DatabaseMysqlCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion Tests/DatabaseMysqliCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion Tests/DatabaseOracleCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion Tests/DatabasePgsqlCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion Tests/DatabasePostgresqlCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion Tests/DatabaseSqliteCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion Tests/DatabaseSqlsrvCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
12 changes: 6 additions & 6 deletions Tests/DriverMysqlTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down Expand Up @@ -33,7 +33,7 @@ public function dataTestEscape()
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function dataTestQuoteBinary()
{
Expand All @@ -49,7 +49,7 @@ public function dataTestQuoteBinary()
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function dataTestQuoteName()
{
Expand Down Expand Up @@ -152,7 +152,7 @@ public function testEscape($text, $extra, $expected)
* @return void
*
* @dataProvider dataTestQuoteBinary
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testQuoteBinary($data, $expected)
{
Expand All @@ -173,7 +173,7 @@ public function testQuoteBinary($data, $expected)
* @return void
*
* @dataProvider dataTestQuoteName
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testQuoteName($text, $asPart, $expected)
{
Expand Down Expand Up @@ -659,7 +659,7 @@ public function testLoadRowList()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testLoadBinary()
{
Expand Down
12 changes: 6 additions & 6 deletions Tests/DriverMysqliTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down Expand Up @@ -33,7 +33,7 @@ public function dataTestEscape()
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function dataTestQuoteBinary()
{
Expand All @@ -49,7 +49,7 @@ public function dataTestQuoteBinary()
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function dataTestQuoteName()
{
Expand Down Expand Up @@ -141,7 +141,7 @@ public function testEscape($text, $extra, $expected)
* @return void
*
* @dataProvider dataTestQuoteBinary
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testQuoteBinary($data, $expected)
{
Expand All @@ -162,7 +162,7 @@ public function testQuoteBinary($data, $expected)
* @return void
*
* @dataProvider dataTestQuoteName
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testQuoteName($text, $asPart, $expected)
{
Expand Down Expand Up @@ -660,7 +660,7 @@ public function testLoadRowList()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testLoadBinary()
{
Expand Down
8 changes: 4 additions & 4 deletions Tests/DriverPgsqlTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down Expand Up @@ -36,7 +36,7 @@ public function dataTestEscape()
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function dataTestQuoteBinary()
{
Expand Down Expand Up @@ -221,7 +221,7 @@ public function testEscape($text, $extra, $result)
* @return void
*
* @dataProvider dataTestQuoteBinary
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testQuoteBinary($data, $expected)
{
Expand Down Expand Up @@ -820,7 +820,7 @@ public function testLoadRowList()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testLoadBinary()
{
Expand Down
8 changes: 4 additions & 4 deletions Tests/DriverPostgresqlTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down Expand Up @@ -104,7 +104,7 @@ public function dataTestReplacePrefix()
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function dataTestQuoteBinary()
{
Expand Down Expand Up @@ -217,7 +217,7 @@ public function testEscape($text, $extra, $result)
* @return void
*
* @dataProvider dataTestQuoteBinary
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testQuoteBinary($data, $expected)
{
Expand Down Expand Up @@ -846,7 +846,7 @@ public function testLoadRowList()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testLoadBinary()
{
Expand Down
12 changes: 6 additions & 6 deletions Tests/DriverSqliteTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down Expand Up @@ -34,7 +34,7 @@ public function dataTestEscape()
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function dataTestQuoteBinary()
{
Expand All @@ -50,7 +50,7 @@ public function dataTestQuoteBinary()
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function dataTestQuoteName()
{
Expand Down Expand Up @@ -142,7 +142,7 @@ public function testEscape($text, $extra, $expected)
* @return void
*
* @dataProvider dataTestQuoteBinary
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testQuoteBinary($data, $expected)
{
Expand All @@ -163,7 +163,7 @@ public function testQuoteBinary($data, $expected)
* @return void
*
* @dataProvider dataTestQuoteName
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testQuoteName($text, $asPart, $expected)
{
Expand Down Expand Up @@ -649,7 +649,7 @@ public function testLoadRowList()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testLoadBinary()
{
Expand Down
12 changes: 6 additions & 6 deletions Tests/DriverSqlsrvTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down Expand Up @@ -35,7 +35,7 @@ public function dataTestEscape()
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function dataTestQuoteBinary()
{
Expand All @@ -51,7 +51,7 @@ public function dataTestQuoteBinary()
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function dataTestQuoteName()
{
Expand Down Expand Up @@ -135,7 +135,7 @@ public function testEscape($text, $extra, $expected)
* @return void
*
* @dataProvider dataTestQuoteBinary
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testQuoteBinary($data, $expected)
{
Expand All @@ -156,7 +156,7 @@ public function testQuoteBinary($data, $expected)
* @return void
*
* @dataProvider dataTestQuoteName
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testQuoteName($text, $asPart, $expected)
{
Expand Down Expand Up @@ -553,7 +553,7 @@ public function testLoadRowList()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testLoadBinary()
{
Expand Down
4 changes: 2 additions & 2 deletions Tests/DriverTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down Expand Up @@ -585,7 +585,7 @@ public function testQuoteFloat()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 1.7.0
*/
public function testQuoteBinary()
{
Expand Down
2 changes: 1 addition & 1 deletion Tests/ExporterMySqlInspector.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion Tests/ExporterMySqlTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion Tests/ExporterMySqliTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
2 changes: 1 addition & 1 deletion Tests/ExporterPgsqlInspector.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
* @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/

Expand Down
Loading

0 comments on commit 4d61aef

Please sign in to comment.