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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
bf35e19d
Commit
bf35e19d
authored
Feb 16, 2014
by
Mark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
newlines fixed, code-guy deleted
parent
290f6d3c
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
13 additions
and
73 deletions
+13
-73
_config.php
apps/advanced/backend/tests/_config.php
+1
-2
acceptance.suite.yml
apps/advanced/backend/tests/acceptance.suite.yml
+1
-2
functional.suite.yml
apps/advanced/backend/tests/functional.suite.yml
+1
-2
_config.php
apps/advanced/common/tests/_config.php
+1
-2
unit.suite.yml
apps/advanced/common/tests/unit.suite.yml
+1
-2
_config.php
apps/advanced/console/tests/_config.php
+1
-2
_config.php
apps/advanced/frontend/tests/_config.php
+1
-2
ContactPage.php
apps/advanced/frontend/tests/_pages/ContactPage.php
+1
-2
SignupPage.php
apps/advanced/frontend/tests/_pages/SignupPage.php
+1
-2
acceptance.suite.yml
apps/advanced/frontend/tests/acceptance.suite.yml
+1
-2
LoginCept.php
apps/advanced/frontend/tests/acceptance/LoginCept.php
+1
-2
functional.suite.yml
apps/advanced/frontend/tests/functional.suite.yml
+1
-2
CodeGuy.php
apps/advanced/frontend/tests/unit/CodeGuy.php
+0
-47
_bootstrap.php
apps/advanced/frontend/tests/unit/_bootstrap.php
+1
-2
No files found.
apps/advanced/backend/tests/_config.php
View file @
bf35e19d
...
...
@@ -11,4 +11,4 @@ return [
'showScriptName'
=>
true
,
],
],
];
\ No newline at end of file
];
apps/advanced/backend/tests/acceptance.suite.yml
View file @
bf35e19d
...
...
@@ -25,4 +25,4 @@ modules:
# WebDriver:
# url: 'http://localhost'
# browser: firefox
# restart: true
\ No newline at end of file
# restart: true
apps/advanced/backend/tests/functional.suite.yml
View file @
bf35e19d
...
...
@@ -15,4 +15,4 @@ modules:
-
common\tests\_helpers\FixtureHelper
config
:
Yii2
:
configFile
:
'
tests/functional/_config.php'
\ No newline at end of file
configFile
:
'
tests/functional/_config.php'
apps/advanced/common/tests/_config.php
View file @
bf35e19d
...
...
@@ -11,4 +11,4 @@ return [
'showScriptName'
=>
true
,
],
],
];
\ No newline at end of file
];
apps/advanced/common/tests/unit.suite.yml
View file @
bf35e19d
...
...
@@ -6,4 +6,4 @@
class_name
:
CodeGuy
modules
:
enabled
:
-
CodeHelper
\ No newline at end of file
-
CodeHelper
apps/advanced/console/tests/_config.php
View file @
bf35e19d
...
...
@@ -11,4 +11,4 @@ return [
'showScriptName'
=>
true
,
],
],
];
\ No newline at end of file
];
apps/advanced/frontend/tests/_config.php
View file @
bf35e19d
...
...
@@ -11,4 +11,4 @@ return [
'showScriptName'
=>
true
,
],
],
];
\ No newline at end of file
];
apps/advanced/frontend/tests/_pages/ContactPage.php
View file @
bf35e19d
...
...
@@ -19,4 +19,4 @@ class ContactPage extends BasePage
}
$this
->
guy
->
click
(
'contact-button'
);
}
}
\ No newline at end of file
}
apps/advanced/frontend/tests/_pages/SignupPage.php
View file @
bf35e19d
...
...
@@ -21,4 +21,4 @@ class SignupPage extends BasePage
$this
->
guy
->
click
(
'signup-button'
);
}
}
\ No newline at end of file
}
apps/advanced/frontend/tests/acceptance.suite.yml
View file @
bf35e19d
...
...
@@ -25,4 +25,4 @@ modules:
# WebDriver:
# url: 'http://localhost'
# browser: firefox
# restart: true
\ No newline at end of file
# restart: true
apps/advanced/frontend/tests/acceptance/LoginCept.php
View file @
bf35e19d
...
...
@@ -27,4 +27,4 @@ $I->dontSee('Login');
$I
->
dontSee
(
'Signup'
);
$I
->
click
(
'Logout (erau)'
);
$I
->
dontSee
(
'Logout (erau)'
);
$I
->
see
(
'Login'
);
\ No newline at end of file
$I
->
see
(
'Login'
);
apps/advanced/frontend/tests/functional.suite.yml
View file @
bf35e19d
...
...
@@ -15,4 +15,4 @@ modules:
-
common\tests\_helpers\FixtureHelper
config
:
Yii2
:
configFile
:
'
tests/functional/_config.php'
\ No newline at end of file
configFile
:
'
tests/functional/_config.php'
apps/advanced/frontend/tests/unit/CodeGuy.php
deleted
100644 → 0
View file @
290f6d3c
<?php
// This class was automatically generated by build task
// You should not change it manually as it will be overwritten on next build
// @codingStandardsIgnoreFile
use
\Codeception\Maybe
;
use
Codeception\Module\CodeHelper
;
/**
* Inherited methods
* @method void execute($callable)
* @method void wantToTest($text)
* @method void wantTo($text)
* @method void expectTo($prediction)
* @method void expect($prediction)
* @method void amGoingTo($argumentation)
* @method void am($role)
* @method void lookForwardTo($achieveValue)
* @method void offsetGet($offset)
* @method void offsetSet($offset, $value)
* @method void offsetExists($offset)
* @method void offsetUnset($offset)
*/
class
CodeGuy
extends
\Codeception\AbstractGuy
{
/**
* This method is generated.
* Documentation taken from corresponding module.
* ----------------------------------------------
*
*
* @see Codeception\Module::getName()
* @return \Codeception\Maybe
*/
public
function
getName
()
{
$this
->
scenario
->
addStep
(
new
\Codeception\Step\Action
(
'getName'
,
func_get_args
()));
if
(
$this
->
scenario
->
running
())
{
$result
=
$this
->
scenario
->
runStep
();
return
new
Maybe
(
$result
);
}
return
new
Maybe
();
}
}
apps/advanced/frontend/tests/unit/_bootstrap.php
View file @
bf35e19d
<?php
// Here you can initialize variables that will for your tests
\ No newline at end of file
// Here you can initialize variables that will for your tests
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