File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed
tests/Common/Tests/Microsoft Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- * This file is part of PHPWord - A pure PHP library for reading and writing
4- * word processing documents.
3+ * This file is part of PHPOffice Common
54 *
6- * PHPWord is free software distributed under the terms of the GNU Lesser
5+ * PHPOffice Common is free software distributed under the terms of the GNU Lesser
76 * General Public License version 3 as published by the Free Software Foundation.
87 *
98 * For the full copyright and license information, please read the LICENSE
109 * file that was distributed with this source code. For the full list of
11- * contributors, visit https://github.com/PHPOffice/PHPWord /contributors.
10+ * contributors, visit https://github.com/PHPOffice/Common /contributors.
1211 *
13- * @see https://github.com/PHPOffice/PHPWord
14- * @copyright 2010-2017 PHPWord contributors
12+ * @link https://github.com/PHPOffice/Common
13+ * @copyright 2009-2016 PHPOffice Common contributors
1514 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1615 */
1716
Original file line number Diff line number Diff line change 11<?php
22/**
3- * This file is part of PHPWord - A pure PHP library for reading and writing
4- * word processing documents.
3+ * This file is part of PHPOffice Common
54 *
6- * PHPWord is free software distributed under the terms of the GNU Lesser
5+ * PHPOffice Common is free software distributed under the terms of the GNU Lesser
76 * General Public License version 3 as published by the Free Software Foundation.
87 *
98 * For the full copyright and license information, please read the LICENSE
109 * file that was distributed with this source code. For the full list of
11- * contributors, visit https://github.com/PHPOffice/PHPWord /contributors.
10+ * contributors, visit https://github.com/PHPOffice/Common /contributors.
1211 *
13- * @see https://github.com/PHPOffice/PHPWord
14- * @copyright 2010-2017 PHPWord contributors
12+ * @link https://github.com/PHPOffice/Common
13+ * @copyright 2009-2016 PHPOffice Common contributors
1514 * @license http://www.gnu.org/licenses/lgpl.txt LGPL version 3
1615 */
1716
@@ -59,7 +58,7 @@ public function testEncodePasswordWithSalt()
5958 /**
6059 * Test that the encoder falls back on SHA-1 if a non supported algorithm is given
6160 */
62- public function testDafaultsToSha1IfUnsupportedAlgorithm ()
61+ public function testDefaultsToSha1IfUnsupportedAlgorithm ()
6362 {
6463 //given
6564 $ password = 'test ' ;
You can’t perform that action at this time.
0 commit comments