forked from baserproject/basercms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: ryuring <[email protected]>
- Loading branch information
Showing
23 changed files
with
268 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,7 +106,7 @@ | |
"install": [ | ||
"composer install --no-plugins", | ||
"bin/cake setup install", | ||
"bin/cake install https://localhost [email protected] basercms basercms --host bc-db --username root --password root" | ||
"bin/cake install https://localhost [email protected] baserCMS1234 basercms --host bc-db --username root --password root" | ||
], | ||
"test": [ | ||
"bin/cake setup test", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,8 +134,8 @@ public function testAdd() | |
$this->enableCsrfToken(); | ||
$data = [ | ||
'name' => 'Test_test_Man', | ||
'password_1' => 'Lorem ipsum dolor sit amet', | ||
'password_2' => 'Lorem ipsum dolor sit amet', | ||
'password_1' => 'Lorem ipsum dolor sit amet1', | ||
'password_2' => 'Lorem ipsum dolor sit amet1', | ||
'real_name_1' => 'Lorem ipsum dolor sit amet', | ||
'real_name_2' => 'Lorem ipsum dolor sit amet', | ||
'email' => '[email protected]', | ||
|
@@ -159,8 +159,8 @@ public function testAdd() | |
}); | ||
$data = [ | ||
'name' => 'Test_test_Man2', | ||
'password_1' => 'Lorem ipsum dolor sit amet', | ||
'password_2' => 'Lorem ipsum dolor sit amet', | ||
'password_1' => 'Lorem ipsum dolor sit amet1', | ||
'password_2' => 'Lorem ipsum dolor sit amet1', | ||
'real_name_1' => 'Lorem ipsum dolor sit amet', | ||
'real_name_2' => 'Lorem ipsum dolor sit amet', | ||
'email' => '[email protected]', | ||
|
@@ -188,8 +188,8 @@ public function testBeforeAddEvent() | |
}); | ||
$data = [ | ||
'name' => 'Test_test_Man2', | ||
'password_1' => 'Lorem ipsum dolor sit amet', | ||
'password_2' => 'Lorem ipsum dolor sit amet', | ||
'password_1' => 'Lorem ipsum dolor sit amet1', | ||
'password_2' => 'Lorem ipsum dolor sit amet1', | ||
'real_name_1' => 'Lorem ipsum dolor sit amet', | ||
'real_name_2' => 'Lorem ipsum dolor sit amet', | ||
'email' => '[email protected]', | ||
|
@@ -252,8 +252,8 @@ public function testEdit() | |
$data = [ | ||
'id' => 1, | ||
'name' => 'Test_test_Man2', | ||
'password_1' => 'Lorem ipsum dolor sit amet', | ||
'password_2' => 'Lorem ipsum dolor sit amet', | ||
'password_1' => 'Lorem ipsum dolor sit amet1', | ||
'password_2' => 'Lorem ipsum dolor sit amet1', | ||
'real_name_1' => 'Lorem ipsum dolor sit amet', | ||
'real_name_2' => 'Lorem ipsum dolor sit amet', | ||
'email' => '[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,8 +125,8 @@ public function testAdd() | |
$this->enableCsrfToken(); | ||
$data = [ | ||
'name' => 'Test_test_Man', | ||
'password_1' => 'Lorem ipsum dolor sit amet', | ||
'password_2' => 'Lorem ipsum dolor sit amet', | ||
'password_1' => 'Lorem ipsum dolor sit amet1', | ||
'password_2' => 'Lorem ipsum dolor sit amet1', | ||
'real_name_1' => 'Lorem ipsum dolor sit amet', | ||
'real_name_2' => 'Lorem ipsum dolor sit amet', | ||
'email' => '[email protected]', | ||
|
Oops, something went wrong.