File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- > Questions should go to https://forum.phalconphp.com
1
+ > Questions should go to https://forum.phalcon.io
2
2
> Documentation issues should go to https://github.com/phalcon/docs/issues
3
3
4
4
### Expected and Actual Behavior
23
23
* PHP Version: (` php -v ` )
24
24
* Operating System:
25
25
* Server: Nginx | Apache | Other
26
- * Other related info (Database, table schema):
27
-
26
+ * Other related info (Database, table schema):
Original file line number Diff line number Diff line change 14
14
if (!extension_loaded ('phalcon ' )) {
15
15
throw new Exception (
16
16
"Phalcon extension isn't installed, follow these instructions to install it: " .
17
- 'https://docs.phalconphp.com /en/latest/installation '
17
+ 'https://docs.phalcon.io /en/latest/installation '
18
18
);
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ check_install(){
110
110
printf " \n"
111
111
printf " \nIn case of problems: "
112
112
printf " ${YELLOW} https://github.com/phalcon/phalcon-devtools/issues${NC} "
113
- printf " \n and: ${YELLOW} https://forum.phalconphp.com ${NC} "
113
+ printf " \n and: ${YELLOW} https://forum.phalcon.io ${NC} "
114
114
printf " \n"
115
115
116
116
check_bash
Original file line number Diff line number Diff line change 11
11
* Base class for all Unit tests
12
12
*
13
13
* @copyright (c) 2011-2017 Phalcon Team
14
- * @link http://www.phalconphp.com
15
- * @author Andres Gutierrez <andres@phalconphp.com >
16
- * @author Nikolaos Dimopoulos <nikos@phalconphp.com >
14
+ * @link http://www.phalcon.io
15
+ * @author Andres Gutierrez <andres@phalcon.io >
16
+ * @author Nikolaos Dimopoulos <nikos@phalcon.io >
17
17
* @package Phalcon\Test\Module
18
18
*
19
19
* The contents of this file are subject to the New BSD License that is
20
20
* bundled with this package in the file LICENSE.txt
21
21
*
22
22
* If you did not receive a copy of the license and are unable to obtain it
23
- * through the world-wide-web, please send an email to license@phalconphp.com
23
+ * through the world-wide-web, please send an email to license@phalcon.io
24
24
* so that we can send you a copy immediately.
25
25
*/
26
26
class UnitTest extends Unit
You can’t perform that action at this time.
0 commit comments