Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
a7fc9143
Commit
a7fc9143
authored
Feb 24, 2014
by
maximal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Closing and opening braces in Yii2 coding standards.
parent
da07230a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
ContactFormTest.php
apps/basic/tests/unit/models/ContactFormTest.php
+0
-2
LoginFormTest.php
apps/basic/tests/unit/models/LoginFormTest.php
+0
-2
No files found.
apps/basic/tests/unit/models/ContactFormTest.php
View file @
a7fc9143
...
...
@@ -7,7 +7,6 @@ use yii\codeception\TestCase;
class
ContactFormTest
extends
TestCase
{
use
\Codeception\Specify
;
protected
function
setUp
()
...
...
@@ -56,5 +55,4 @@ class ContactFormTest extends TestCase
{
return
Yii
::
getAlias
(
Yii
::
$app
->
mail
->
fileTransportPath
)
.
'/testing_message.eml'
;
}
}
apps/basic/tests/unit/models/LoginFormTest.php
View file @
a7fc9143
...
...
@@ -8,7 +8,6 @@ use app\models\User;
class
LoginFormTest
extends
TestCase
{
use
\Codeception\Specify
;
protected
function
tearDown
()
...
...
@@ -64,5 +63,4 @@ class LoginFormTest extends TestCase
$loginForm
->
expects
(
$this
->
any
())
->
method
(
'getUser'
)
->
will
(
$this
->
returnValue
(
$user
));
return
$loginForm
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment