projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
335f74f
)
CRM-16145 - Civi\Angular\ManagerText - Fix regression
author
Tim Otten
<totten@civicrm.org>
Fri, 10 Apr 2015 00:20:36 +0000
(17:20 -0700)
committer
Tim Otten
<totten@civicrm.org>
Fri, 10 Apr 2015 00:34:47 +0000
(17:34 -0700)
tests/phpunit/Civi/Angular/ManagerTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/Civi/Angular/ManagerTest.php
b/tests/phpunit/Civi/Angular/ManagerTest.php
index 198b79cce515a005b32ad65891fa078c3fcebfe6..aac9ac7ec475682ebf0d9a07483484627e434fc2 100644
(file)
--- a/
tests/phpunit/Civi/Angular/ManagerTest.php
+++ b/
tests/phpunit/Civi/Angular/ManagerTest.php
@@
-103,7
+103,7
@@
class ManagerTest extends \CiviUnitTestCase {
*/
public function testGetPartials() {
$partials = $this->angular->getPartials('crmMailing');
- $this->assertRegExp('/\<form.*name="crmMailing"/', $partials['~/crmMailing/
edit
.html']);
+ $this->assertRegExp('/\<form.*name="crmMailing"/', $partials['~/crmMailing/
EditMailingCtrl/2step
.html']);
// If crmMailing changes, feel free to use a different example.
}