Ignore:
Timestamp:
Nov 28, 2018 1:40:13 AM (6 years ago)
Author:
anonymous
Message:

Update fancyTxt()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/EmailTest.php

    r622 r653  
    9999        $this->Email->setString('This is a {TEST}');
    100100        $this->Email->replace(array(
    101             'test' => '– you guessed it – a test!'
     101            'test' => '– you guessed it – a test! Sent from ' . __FILE__
    102102        ));
    103103        $result   = $this->Email->send();
Note: See TracChangeset for help on using the changeset viewer.