Commit acd749085309d3dd5e08dddad5d53088e52a38ad

Authored by Yarik
1 parent 7f0ace2f

Test server

behaviors/ImageBehavior.php
... ... @@ -27,7 +27,7 @@
27 27 /**
28 28 * @var string Image path for dummy
29 29 */
30   - public $dummy_path = '/images/image-not-found';
  30 + public $dummy_path = '/images/image-not-found.png';
31 31  
32 32 /**
33 33 * @inheritdoc
... ...
behaviors/SaveImgBehavior.php
... ... @@ -22,7 +22,7 @@
22 22 /**
23 23 * @var string Image path for dummy
24 24 */
25   - public $dummy_path = '/images/image-not-found';
  25 + public $dummy_path = '/images/image-not-found.png';
26 26  
27 27 public function events()
28 28 {
... ...